#2cfda5

Color #2CFDA5 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #2CFDA5

Tints of Medium Spring Green #2CFDA5

Color information

#2CFDA5 (or 0x2CFDA5) is unknown color: approx Medium Spring Green. HEX triplet: 2C, FD and A5. RGB value is (44,253,165). Sum of RGB (Red+Green+Blue) = 44+253+165=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFDA5 is #D3025A. Grayscale: #B4B4B4. Windows color (decimal): -13828699 or 10878252. OLE color: 10878252.

HSL color Cylindrical-coordinate representation of color #2CFDA5: hue angle of 154.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFDA5 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB44253165-
CMYK0.8300.350.01
HSL154.74º98.12%58.24%-
HSV(B)154.74º82.61%99.22%-
XYZ42.9673.547.52-
YUV180.48119.2630.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 9.52%
GREEN value IS 253 (99.22% from 255) = 54.76%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=9.52%
G=54.76%
B=35.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal442531650.8300.350.01154.7498.1258.24
Hex2CFDA55302319b623a
Octal54375245123043123314272
Binary1011001111110110100101101001101000111100110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cfda5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2cfda5; }

 p { color: rgb(44,253,165); }

 H1.HeaderClassName
 {
   color: #2cfda5;
 }
 .AnyTagClassName
 {
   color: #2cfda5;
 }
</style>
background-color css

<style>
 a { background-color: #2cfda5; }

 a { background-color: rgb(44,253,165); }

 div.DivClassName
 {
   background-color: #2cfda5;
 }
 .BgClassName
 {
   background-color: #2cfda5;
 }
</style>
border-color css

<style>
 span { border-color: #2cfda5; }

 span { border-color: rgb(44,253,165); }

 td.TdClassName
 {
   border-color: #2cfda5;
 }
 .TagClassName
 {
   border-color: #2cfda5;
 }
</style>