Shades of Spring Green #1EED80
Tints of Spring Green #1EED80
RGB
CMYK
RGB Variations
Color information
#1EED80 (or 0x1EED80) is known color: Spring Green. HEX triplet: 1E, ED and 80. RGB value is (30,237,128). Sum of RGB (Red+Green+Blue) = 30+237+128=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 237 (92.97% from 255 or 60% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EED80 is #E1127F. Grayscale: #A2A2A2. Windows color (decimal): -14750336 or 8449310. OLE color: 8449310.
HSL color Cylindrical-coordinate representation of color #1EED80: hue angle of 148.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EED80 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 128 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.07 |
| HSL | 148.41º | 0.85% | 0.52% | - |
| HSV(B) | 148.41º | 0.87% | 0.93% | - |
| XYZ | 34.72 | 62.4 | 30.64 | - |
| YUV | 162.68 | 108.42 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 128 | 0.87 | 0 | 0.46 | 0.07 | 148.41 | 0.85 | 0.52 |
| Hex | 1E | ED | 80 | 57 | 0 | 2E | 7 | 94 | 55 | 34 |
| Octal | 36 | 355 | 200 | 127 | 0 | 56 | 7 | 224 | 125 | 64 |
| Binary | 11110 | 11101101 | 10000000 | 1010111 | 0 | 101110 | 111 | 10010100 | 1010101 | 110100 |
Color Harmonies of #1EED80
Complementary color
Monochromatic Colors of #1EED80
Black with #1EED80
Text Example
Text Example
White with #1EED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED80; }
p { color: rgb(30,237,128); }
H1.HeaderClassName
{
color: #1EED80;
}
.AnyTagClassName
{
color: #1EED80;
}
</style>
background-color css
<style>
a { background-color: #1EED80; }
a { background-color: rgb(30,237,128); }
div.DivClassName
{
background-color: #1EED80;
}
.BgClassName
{
background-color: #1EED80;
}
</style>
border-color css
<style>
span { border-color: #1EED80; }
span { border-color: rgb(30,237,128); }
td.TdClassName
{
border-color: #1EED80;
}
.TagClassName
{
border-color: #1EED80;
}
</style>