Shades of Lime Green #1EC208
Tints of Lime Green #1EC208
RGB
CMYK
RGB Variations
Color information
#1EC208 (or 0x1EC208) is known color: Lime Green. HEX triplet: 1E, C2 and 08. RGB value is (30,194,8). Sum of RGB (Red+Green+Blue) = 30+194+8=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 194 (76.17% from 255 or 83.62% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC208 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC208 is #E13DF7. Grayscale: #7C7C7C. Windows color (decimal): -14761464 or 573982. OLE color: 573982.
HSL color Cylindrical-coordinate representation of color #1EC208: hue angle of 112.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EC208 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.24 |
| HSL | 112.9º | 0.92% | 0.4% | - |
| HSV(B) | 112.9º | 0.96% | 0.76% | - |
| XYZ | 19.87 | 38.88 | 6.69 | - |
| YUV | 123.76 | 62.67 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 8 | 0.85 | 0 | 0.96 | 0.24 | 112.9 | 0.92 | 0.4 |
| Hex | 1E | C2 | 8 | 55 | 0 | 60 | 18 | 71 | 5C | 28 |
| Octal | 36 | 302 | 10 | 125 | 0 | 140 | 30 | 161 | 134 | 50 |
| Binary | 11110 | 11000010 | 1000 | 1010101 | 0 | 1100000 | 11000 | 1110001 | 1011100 | 101000 |
Color Harmonies of #1EC208
Complementary color
Monochromatic Colors of #1EC208
Black with #1EC208
Text Example
Text Example
White with #1EC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC208; }
p { color: rgb(30,194,8); }
H1.HeaderClassName
{
color: #1EC208;
}
.AnyTagClassName
{
color: #1EC208;
}
</style>
background-color css
<style>
a { background-color: #1EC208; }
a { background-color: rgb(30,194,8); }
div.DivClassName
{
background-color: #1EC208;
}
.BgClassName
{
background-color: #1EC208;
}
</style>
border-color css
<style>
span { border-color: #1EC208; }
span { border-color: rgb(30,194,8); }
td.TdClassName
{
border-color: #1EC208;
}
.TagClassName
{
border-color: #1EC208;
}
</style>