Shades of Lime Green #1EC02B
Tints of Lime Green #1EC02B
RGB
CMYK
RGB Variations
Color information
#1EC02B (or 0x1EC02B) is known color: Lime Green. HEX triplet: 1E, C0 and 2B. RGB value is (30,192,43). Sum of RGB (Red+Green+Blue) = 30+192+43=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC02B is #E13FD4. Grayscale: #7F7F7F. Windows color (decimal): -14761941 or 2867230. OLE color: 2867230.
HSL color Cylindrical-coordinate representation of color #1EC02B: hue angle of 124.81º 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 #1EC02B is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 43 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.25 |
| HSL | 124.81º | 0.73% | 0.44% | - |
| HSV(B) | 124.81º | 0.84% | 0.75% | - |
| XYZ | 19.82 | 38.15 | 8.6 | - |
| YUV | 126.58 | 80.83 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 43 | 0.84 | 0 | 0.78 | 0.25 | 124.81 | 0.73 | 0.44 |
| Hex | 1E | C0 | 2B | 54 | 0 | 4E | 19 | 7D | 49 | 2C |
| Octal | 36 | 300 | 53 | 124 | 0 | 116 | 31 | 175 | 111 | 54 |
| Binary | 11110 | 11000000 | 101011 | 1010100 | 0 | 1001110 | 11001 | 1111101 | 1001001 | 101100 |
Color Harmonies of #1EC02B
Complementary color
Monochromatic Colors of #1EC02B
Black with #1EC02B
Text Example
Text Example
White with #1EC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC02B; }
p { color: rgb(30,192,43); }
H1.HeaderClassName
{
color: #1EC02B;
}
.AnyTagClassName
{
color: #1EC02B;
}
</style>
background-color css
<style>
a { background-color: #1EC02B; }
a { background-color: rgb(30,192,43); }
div.DivClassName
{
background-color: #1EC02B;
}
.BgClassName
{
background-color: #1EC02B;
}
</style>
border-color css
<style>
span { border-color: #1EC02B; }
span { border-color: rgb(30,192,43); }
td.TdClassName
{
border-color: #1EC02B;
}
.TagClassName
{
border-color: #1EC02B;
}
</style>