Shades of Spring Green #1EFA72
Tints of Spring Green #1EFA72
RGB
CMYK
RGB Variations
Color information
#1EFA72 (or 0x1EFA72) is known color: Spring Green. HEX triplet: 1E, FA and 72. RGB value is (30,250,114). Sum of RGB (Red+Green+Blue) = 30+250+114=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFA72 is #E1058D. Grayscale: #A9A9A9. Windows color (decimal): -14747022 or 7535134. OLE color: 7535134.
HSL color Cylindrical-coordinate representation of color #1EFA72: hue angle of 142.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFA72 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 114 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.02 |
| HSL | 142.91º | 0.96% | 0.55% | - |
| HSV(B) | 142.91º | 0.88% | 0.98% | - |
| XYZ | 37.76 | 69.86 | 27.41 | - |
| YUV | 168.72 | 97.11 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 114 | 0.88 | 0 | 0.54 | 0.02 | 142.91 | 0.96 | 0.55 |
| Hex | 1E | FA | 72 | 58 | 0 | 36 | 2 | 8F | 60 | 37 |
| Octal | 36 | 372 | 162 | 130 | 0 | 66 | 2 | 217 | 140 | 67 |
| Binary | 11110 | 11111010 | 1110010 | 1011000 | 0 | 110110 | 10 | 10001111 | 1100000 | 110111 |
Color Harmonies of #1EFA72
Complementary color
Monochromatic Colors of #1EFA72
Black with #1EFA72
Text Example
Text Example
White with #1EFA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA72; }
p { color: rgb(30,250,114); }
H1.HeaderClassName
{
color: #1EFA72;
}
.AnyTagClassName
{
color: #1EFA72;
}
</style>
background-color css
<style>
a { background-color: #1EFA72; }
a { background-color: rgb(30,250,114); }
div.DivClassName
{
background-color: #1EFA72;
}
.BgClassName
{
background-color: #1EFA72;
}
</style>
border-color css
<style>
span { border-color: #1EFA72; }
span { border-color: rgb(30,250,114); }
td.TdClassName
{
border-color: #1EFA72;
}
.TagClassName
{
border-color: #1EFA72;
}
</style>