Shades of Lime Green #1EBE12
Tints of Lime Green #1EBE12
RGB
CMYK
RGB Variations
Color information
#1EBE12 (or 0x1EBE12) is known color: Lime Green. HEX triplet: 1E, BE and 12. RGB value is (30,190,18). Sum of RGB (Red+Green+Blue) = 30+190+18=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 190 (74.61% from 255 or 79.83% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBE12 is #E141ED. Grayscale: #7B7B7B. Windows color (decimal): -14762478 or 1228318. OLE color: 1228318.
HSL color Cylindrical-coordinate representation of color #1EBE12: hue angle of 115.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EBE12 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 18 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.25 |
| HSL | 115.81º | 0.83% | 0.41% | - |
| HSV(B) | 115.81º | 0.91% | 0.75% | - |
| XYZ | 19.06 | 37.15 | 6.74 | - |
| YUV | 122.55 | 68.99 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 18 | 0.84 | 0 | 0.91 | 0.25 | 115.81 | 0.83 | 0.41 |
| Hex | 1E | BE | 12 | 54 | 0 | 5B | 19 | 74 | 53 | 29 |
| Octal | 36 | 276 | 22 | 124 | 0 | 133 | 31 | 164 | 123 | 51 |
| Binary | 11110 | 10111110 | 10010 | 1010100 | 0 | 1011011 | 11001 | 1110100 | 1010011 | 101001 |
Color Harmonies of #1EBE12
Complementary color
Monochromatic Colors of #1EBE12
Black with #1EBE12
Text Example
Text Example
White with #1EBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE12; }
p { color: rgb(30,190,18); }
H1.HeaderClassName
{
color: #1EBE12;
}
.AnyTagClassName
{
color: #1EBE12;
}
</style>
background-color css
<style>
a { background-color: #1EBE12; }
a { background-color: rgb(30,190,18); }
div.DivClassName
{
background-color: #1EBE12;
}
.BgClassName
{
background-color: #1EBE12;
}
</style>
border-color css
<style>
span { border-color: #1EBE12; }
span { border-color: rgb(30,190,18); }
td.TdClassName
{
border-color: #1EBE12;
}
.TagClassName
{
border-color: #1EBE12;
}
</style>