#2DFA72

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

Shades of Spring Green #2DFA72

Tints of Spring Green #2DFA72

Color information

#2DFA72 (or 0x2DFA72) is unknown color: approx Spring Green. HEX triplet: 2D, FA and 72. RGB value is (45,250,114). Sum of RGB (Red+Green+Blue) = 45+250+114=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA72 is #D2058D. Grayscale: #ADADAD. Windows color (decimal): -13763982 or 7535149. OLE color: 7535149.

HSL color Cylindrical-coordinate representation of color #2DFA72: hue angle of 140.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA72 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB45250114-
CMYK0.8200.540.02
HSL140.2º95.35%57.84%-
HSV(B)140.2º82%98.04%-
XYZ38.3170.1427.44-
YUV173.294.5836.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.00%
GREEN value IS 250 (98.05% from 255) = 61.12%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=11.00%
G=61.12%
B=27.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal452501140.8200.540.02140.295.3557.84
Hex2DFA725203628c5f3a
Octal55372162122066221413772
Binary1011011111101011100101010010011011010100011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,250,114); }

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

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

 a { background-color: rgb(45,250,114); }

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

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

 span { border-color: rgb(45,250,114); }

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