Shades of Spring Green #1EFC70
Tints of Spring Green #1EFC70
RGB
CMYK
RGB Variations
Color information
#1EFC70 (or 0x1EFC70) is known color: Spring Green. HEX triplet: 1E, FC and 70. RGB value is (30,252,112). Sum of RGB (Red+Green+Blue) = 30+252+112=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFC70 is #E1038F. Grayscale: #A9A9A9. Windows color (decimal): -14746512 or 7404574. OLE color: 7404574.
HSL color Cylindrical-coordinate representation of color #1EFC70: hue angle of 142.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFC70 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 112 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.01 |
| HSL | 142.16º | 0.97% | 0.55% | - |
| HSV(B) | 142.16º | 0.88% | 0.99% | - |
| XYZ | 38.27 | 71.07 | 27.03 | - |
| YUV | 169.66 | 95.45 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 112 | 0.88 | 0 | 0.56 | 0.01 | 142.16 | 0.97 | 0.55 |
| Hex | 1E | FC | 70 | 58 | 0 | 38 | 1 | 8E | 61 | 37 |
| Octal | 36 | 374 | 160 | 130 | 0 | 70 | 1 | 216 | 141 | 67 |
| Binary | 11110 | 11111100 | 1110000 | 1011000 | 0 | 111000 | 1 | 10001110 | 1100001 | 110111 |
Color Harmonies of #1EFC70
Complementary color
Monochromatic Colors of #1EFC70
Black with #1EFC70
Text Example
Text Example
White with #1EFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC70; }
p { color: rgb(30,252,112); }
H1.HeaderClassName
{
color: #1EFC70;
}
.AnyTagClassName
{
color: #1EFC70;
}
</style>
background-color css
<style>
a { background-color: #1EFC70; }
a { background-color: rgb(30,252,112); }
div.DivClassName
{
background-color: #1EFC70;
}
.BgClassName
{
background-color: #1EFC70;
}
</style>
border-color css
<style>
span { border-color: #1EFC70; }
span { border-color: rgb(30,252,112); }
td.TdClassName
{
border-color: #1EFC70;
}
.TagClassName
{
border-color: #1EFC70;
}
</style>