Shades of Lime Green #1EB512
Tints of Lime Green #1EB512
RGB
CMYK
RGB Variations
Color information
#1EB512 (or 0x1EB512) is known color: Lime Green. HEX triplet: 1E, B5 and 12. RGB value is (30,181,18). Sum of RGB (Red+Green+Blue) = 30+181+18=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #1EB512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB512 is #E14AED. Grayscale: #757575. Windows color (decimal): -14764782 or 1226014. OLE color: 1226014.
HSL color Cylindrical-coordinate representation of color #1EB512: hue angle of 115.58º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EB512 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 181 | 18 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.29 |
| HSL | 115.58º | 0.82% | 0.39% | - |
| HSV(B) | 115.58º | 0.9% | 0.71% | - |
| XYZ | 17.17 | 33.37 | 6.11 | - |
| YUV | 117.27 | 71.97 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 181 | 18 | 0.83 | 0 | 0.90 | 0.29 | 115.58 | 0.82 | 0.39 |
| Hex | 1E | B5 | 12 | 53 | 0 | 5A | 1D | 74 | 52 | 27 |
| Octal | 36 | 265 | 22 | 123 | 0 | 132 | 35 | 164 | 122 | 47 |
| Binary | 11110 | 10110101 | 10010 | 1010011 | 0 | 1011010 | 11101 | 1110100 | 1010010 | 100111 |
Color Harmonies of #1EB512
Complementary color
Monochromatic Colors of #1EB512
Black with #1EB512
Text Example
Text Example
White with #1EB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB512; }
p { color: rgb(30,181,18); }
H1.HeaderClassName
{
color: #1EB512;
}
.AnyTagClassName
{
color: #1EB512;
}
</style>
background-color css
<style>
a { background-color: #1EB512; }
a { background-color: rgb(30,181,18); }
div.DivClassName
{
background-color: #1EB512;
}
.BgClassName
{
background-color: #1EB512;
}
</style>
border-color css
<style>
span { border-color: #1EB512; }
span { border-color: rgb(30,181,18); }
td.TdClassName
{
border-color: #1EB512;
}
.TagClassName
{
border-color: #1EB512;
}
</style>