Shades of Lime Green #1ECD08
Tints of Lime Green #1ECD08
RGB
CMYK
RGB Variations
Color information
#1ECD08 (or 0x1ECD08) is known color: Lime Green. HEX triplet: 1E, CD and 08. RGB value is (30,205,8). Sum of RGB (Red+Green+Blue) = 30+205+8=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 205 (80.47% from 255 or 84.36% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECD08 is #E132F7. Grayscale: #828282. Windows color (decimal): -14758648 or 576798. OLE color: 576798.
HSL color Cylindrical-coordinate representation of color #1ECD08: hue angle of 113.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1ECD08 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.20 |
| HSL | 113.3º | 0.92% | 0.42% | - |
| HSV(B) | 113.3º | 0.96% | 0.8% | - |
| XYZ | 22.41 | 43.96 | 7.53 | - |
| YUV | 130.22 | 59.02 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 8 | 0.85 | 0 | 0.96 | 0.20 | 113.3 | 0.92 | 0.42 |
| Hex | 1E | CD | 8 | 55 | 0 | 60 | 14 | 71 | 5C | 2A |
| Octal | 36 | 315 | 10 | 125 | 0 | 140 | 24 | 161 | 134 | 52 |
| Binary | 11110 | 11001101 | 1000 | 1010101 | 0 | 1100000 | 10100 | 1110001 | 1011100 | 101010 |
Color Harmonies of #1ECD08
Complementary color
Monochromatic Colors of #1ECD08
Black with #1ECD08
Text Example
Text Example
White with #1ECD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD08; }
p { color: rgb(30,205,8); }
H1.HeaderClassName
{
color: #1ECD08;
}
.AnyTagClassName
{
color: #1ECD08;
}
</style>
background-color css
<style>
a { background-color: #1ECD08; }
a { background-color: rgb(30,205,8); }
div.DivClassName
{
background-color: #1ECD08;
}
.BgClassName
{
background-color: #1ECD08;
}
</style>
border-color css
<style>
span { border-color: #1ECD08; }
span { border-color: rgb(30,205,8); }
td.TdClassName
{
border-color: #1ECD08;
}
.TagClassName
{
border-color: #1ECD08;
}
</style>