#2DFC89

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

Shades of Spring Green #2DFC89

Tints of Spring Green #2DFC89

Color information

#2DFC89 (or 0x2DFC89) is unknown color: approx Spring Green. HEX triplet: 2D, FC and 89. RGB value is (45,252,137). Sum of RGB (Red+Green+Blue) = 45+252+137=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFC89 is #D20376. Grayscale: #B1B1B1. Windows color (decimal): -13763447 or 9042989. OLE color: 9042989.

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

Color convert

RGB45252137-
CMYK0.8200.460.01
HSL146.67º97.18%58.24%-
HSV(B)146.67º82.14%98.82%-
XYZ40.4171.9835.43-
YUV177105.4233.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.37%
GREEN value IS 252 (98.83% from 255) = 58.06%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=10.37%
G=58.06%
B=31.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal452521370.8200.460.01146.6797.1858.24
Hex2DFC895202E193613a
Octal55374211122056122314172
Binary1011011111110010001001101001001011101100100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,252,137); }

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

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

 a { background-color: rgb(45,252,137); }

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

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

 span { border-color: rgb(45,252,137); }

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