Shades of Lime Green #1EC009
Tints of Lime Green #1EC009
RGB
CMYK
RGB Variations
Color information
#1EC009 (or 0x1EC009) is known color: Lime Green. HEX triplet: 1E, C0 and 09. RGB value is (30,192,9). Sum of RGB (Red+Green+Blue) = 30+192+9=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC009 is #E13FF6. Grayscale: #7B7B7B. Windows color (decimal): -14761975 or 639006. OLE color: 639006.
HSL color Cylindrical-coordinate representation of color #1EC009: hue angle of 113.11º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EC009 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 9 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.25 |
| HSL | 113.11º | 0.91% | 0.39% | - |
| HSV(B) | 113.11º | 0.95% | 0.75% | - |
| XYZ | 19.43 | 38 | 6.57 | - |
| YUV | 122.7 | 63.83 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 9 | 0.84 | 0 | 0.95 | 0.25 | 113.11 | 0.91 | 0.39 |
| Hex | 1E | C0 | 9 | 54 | 0 | 5F | 19 | 71 | 5B | 27 |
| Octal | 36 | 300 | 11 | 124 | 0 | 137 | 31 | 161 | 133 | 47 |
| Binary | 11110 | 11000000 | 1001 | 1010100 | 0 | 1011111 | 11001 | 1110001 | 1011011 | 100111 |
Color Harmonies of #1EC009
Complementary color
Monochromatic Colors of #1EC009
Black with #1EC009
Text Example
Text Example
White with #1EC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC009; }
p { color: rgb(30,192,9); }
H1.HeaderClassName
{
color: #1EC009;
}
.AnyTagClassName
{
color: #1EC009;
}
</style>
background-color css
<style>
a { background-color: #1EC009; }
a { background-color: rgb(30,192,9); }
div.DivClassName
{
background-color: #1EC009;
}
.BgClassName
{
background-color: #1EC009;
}
</style>
border-color css
<style>
span { border-color: #1EC009; }
span { border-color: rgb(30,192,9); }
td.TdClassName
{
border-color: #1EC009;
}
.TagClassName
{
border-color: #1EC009;
}
</style>