Shades of Spring Green #1EE982
Tints of Spring Green #1EE982
RGB
CMYK
RGB Variations
Color information
#1EE982 (or 0x1EE982) is known color: Spring Green. HEX triplet: 1E, E9 and 82. RGB value is (30,233,130). Sum of RGB (Red+Green+Blue) = 30+233+130=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EE982 is #E1167D. Grayscale: #A0A0A0. Windows color (decimal): -14751358 or 8579358. OLE color: 8579358.
HSL color Cylindrical-coordinate representation of color #1EE982: hue angle of 149.56º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE982 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 130 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.09 |
| HSL | 149.56º | 0.82% | 0.52% | - |
| HSV(B) | 149.56º | 0.87% | 0.91% | - |
| XYZ | 33.7 | 60.17 | 30.96 | - |
| YUV | 160.56 | 110.75 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 130 | 0.87 | 0 | 0.44 | 0.09 | 149.56 | 0.82 | 0.52 |
| Hex | 1E | E9 | 82 | 57 | 0 | 2C | 9 | 96 | 52 | 34 |
| Octal | 36 | 351 | 202 | 127 | 0 | 54 | 11 | 226 | 122 | 64 |
| Binary | 11110 | 11101001 | 10000010 | 1010111 | 0 | 101100 | 1001 | 10010110 | 1010010 | 110100 |
Color Harmonies of #1EE982
Complementary color
Monochromatic Colors of #1EE982
Black with #1EE982
Text Example
Text Example
White with #1EE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE982; }
p { color: rgb(30,233,130); }
H1.HeaderClassName
{
color: #1EE982;
}
.AnyTagClassName
{
color: #1EE982;
}
</style>
background-color css
<style>
a { background-color: #1EE982; }
a { background-color: rgb(30,233,130); }
div.DivClassName
{
background-color: #1EE982;
}
.BgClassName
{
background-color: #1EE982;
}
</style>
border-color css
<style>
span { border-color: #1EE982; }
span { border-color: rgb(30,233,130); }
td.TdClassName
{
border-color: #1EE982;
}
.TagClassName
{
border-color: #1EE982;
}
</style>