Shades of Spring Green #1EFA8C
Tints of Spring Green #1EFA8C
RGB
CMYK
RGB Variations
Color information
#1EFA8C (or 0x1EFA8C) is known color: Spring Green. HEX triplet: 1E, FA and 8C. RGB value is (30,250,140). Sum of RGB (Red+Green+Blue) = 30+250+140=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFA8C is #E10573. Grayscale: #ABABAB. Windows color (decimal): -14746996 or 9239070. OLE color: 9239070.
HSL color Cylindrical-coordinate representation of color #1EFA8C: hue angle of 150º 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 #1EFA8C is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 140 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.02 |
| HSL | 150º | 0.96% | 0.55% | - |
| HSV(B) | 150º | 0.88% | 0.98% | - |
| XYZ | 39.45 | 70.54 | 36.35 | - |
| YUV | 171.68 | 110.11 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 140 | 0.88 | 0 | 0.44 | 0.02 | 150 | 0.96 | 0.55 |
| Hex | 1E | FA | 8C | 58 | 0 | 2C | 2 | 96 | 60 | 37 |
| Octal | 36 | 372 | 214 | 130 | 0 | 54 | 2 | 226 | 140 | 67 |
| Binary | 11110 | 11111010 | 10001100 | 1011000 | 0 | 101100 | 10 | 10010110 | 1100000 | 110111 |
Color Harmonies of #1EFA8C
Complementary color
Monochromatic Colors of #1EFA8C
Black with #1EFA8C
Text Example
Text Example
White with #1EFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFA8C; }
p { color: rgb(30,250,140); }
H1.HeaderClassName
{
color: #1EFA8C;
}
.AnyTagClassName
{
color: #1EFA8C;
}
</style>
background-color css
<style>
a { background-color: #1EFA8C; }
a { background-color: rgb(30,250,140); }
div.DivClassName
{
background-color: #1EFA8C;
}
.BgClassName
{
background-color: #1EFA8C;
}
</style>
border-color css
<style>
span { border-color: #1EFA8C; }
span { border-color: rgb(30,250,140); }
td.TdClassName
{
border-color: #1EFA8C;
}
.TagClassName
{
border-color: #1EFA8C;
}
</style>