Shades of Lime Green #1EB712
Tints of Lime Green #1EB712
RGB
CMYK
RGB Variations
Color information
#1EB712 (or 0x1EB712) is known color: Lime Green. HEX triplet: 1E, B7 and 12. RGB value is (30,183,18). Sum of RGB (Red+Green+Blue) = 30+183+18=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 183 (71.88% from 255 or 79.22% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 183 - color contains mainly: green. Hex color #1EB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB712 is #E148ED. Grayscale: #767676. Windows color (decimal): -14764270 or 1226526. OLE color: 1226526.
HSL color Cylindrical-coordinate representation of color #1EB712: hue angle of 115.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EB712 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 183 | 18 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.28 |
| HSL | 115.64º | 0.82% | 0.39% | - |
| HSV(B) | 115.64º | 0.9% | 0.72% | - |
| XYZ | 17.58 | 34.19 | 6.24 | - |
| YUV | 118.44 | 71.31 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 183 | 18 | 0.84 | 0 | 0.90 | 0.28 | 115.64 | 0.82 | 0.39 |
| Hex | 1E | B7 | 12 | 54 | 0 | 5A | 1C | 74 | 52 | 27 |
| Octal | 36 | 267 | 22 | 124 | 0 | 132 | 34 | 164 | 122 | 47 |
| Binary | 11110 | 10110111 | 10010 | 1010100 | 0 | 1011010 | 11100 | 1110100 | 1010010 | 100111 |
Color Harmonies of #1EB712
Complementary color
Monochromatic Colors of #1EB712
Black with #1EB712
Text Example
Text Example
White with #1EB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB712; }
p { color: rgb(30,183,18); }
H1.HeaderClassName
{
color: #1EB712;
}
.AnyTagClassName
{
color: #1EB712;
}
</style>
background-color css
<style>
a { background-color: #1EB712; }
a { background-color: rgb(30,183,18); }
div.DivClassName
{
background-color: #1EB712;
}
.BgClassName
{
background-color: #1EB712;
}
</style>
border-color css
<style>
span { border-color: #1EB712; }
span { border-color: rgb(30,183,18); }
td.TdClassName
{
border-color: #1EB712;
}
.TagClassName
{
border-color: #1EB712;
}
</style>