Shades of Lime Green #1EC02F
Tints of Lime Green #1EC02F
RGB
CMYK
RGB Variations
Color information
#1EC02F (or 0x1EC02F) is known color: Lime Green. HEX triplet: 1E, C0 and 2F. RGB value is (30,192,47). Sum of RGB (Red+Green+Blue) = 30+192+47=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC02F is #E13FD0. Grayscale: #7F7F7F. Windows color (decimal): -14761937 or 3129374. OLE color: 3129374.
HSL color Cylindrical-coordinate representation of color #1EC02F: hue angle of 126.3º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC02F is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 47 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.25 |
| HSL | 126.3º | 0.73% | 0.44% | - |
| HSV(B) | 126.3º | 0.84% | 0.75% | - |
| XYZ | 19.9 | 38.18 | 9.01 | - |
| YUV | 127.03 | 82.83 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 47 | 0.84 | 0 | 0.76 | 0.25 | 126.3 | 0.73 | 0.44 |
| Hex | 1E | C0 | 2F | 54 | 0 | 4C | 19 | 7E | 49 | 2C |
| Octal | 36 | 300 | 57 | 124 | 0 | 114 | 31 | 176 | 111 | 54 |
| Binary | 11110 | 11000000 | 101111 | 1010100 | 0 | 1001100 | 11001 | 1111110 | 1001001 | 101100 |
Color Harmonies of #1EC02F
Complementary color
Monochromatic Colors of #1EC02F
Black with #1EC02F
Text Example
Text Example
White with #1EC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC02F; }
p { color: rgb(30,192,47); }
H1.HeaderClassName
{
color: #1EC02F;
}
.AnyTagClassName
{
color: #1EC02F;
}
</style>
background-color css
<style>
a { background-color: #1EC02F; }
a { background-color: rgb(30,192,47); }
div.DivClassName
{
background-color: #1EC02F;
}
.BgClassName
{
background-color: #1EC02F;
}
</style>
border-color css
<style>
span { border-color: #1EC02F; }
span { border-color: rgb(30,192,47); }
td.TdClassName
{
border-color: #1EC02F;
}
.TagClassName
{
border-color: #1EC02F;
}
</style>