Shades of Lime Green #1EBE32
Tints of Lime Green #1EBE32
RGB
CMYK
RGB Variations
Color information
#1EBE32 (or 0x1EBE32) is known color: Lime Green. HEX triplet: 1E, BE and 32. RGB value is (30,190,50). Sum of RGB (Red+Green+Blue) = 30+190+50=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBE32 is #E141CD. Grayscale: #7E7E7E. Windows color (decimal): -14762446 or 3325470. OLE color: 3325470.
HSL color Cylindrical-coordinate representation of color #1EBE32: hue angle of 127.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBE32 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 50 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.25 |
| HSL | 127.5º | 0.73% | 0.43% | - |
| HSV(B) | 127.5º | 0.84% | 0.75% | - |
| XYZ | 19.52 | 37.33 | 9.19 | - |
| YUV | 126.2 | 84.99 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 50 | 0.84 | 0 | 0.74 | 0.25 | 127.5 | 0.73 | 0.43 |
| Hex | 1E | BE | 32 | 54 | 0 | 4A | 19 | 80 | 49 | 2B |
| Octal | 36 | 276 | 62 | 124 | 0 | 112 | 31 | 200 | 111 | 53 |
| Binary | 11110 | 10111110 | 110010 | 1010100 | 0 | 1001010 | 11001 | 10000000 | 1001001 | 101011 |
Color Harmonies of #1EBE32
Complementary color
Monochromatic Colors of #1EBE32
Black with #1EBE32
Text Example
Text Example
White with #1EBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE32; }
p { color: rgb(30,190,50); }
H1.HeaderClassName
{
color: #1EBE32;
}
.AnyTagClassName
{
color: #1EBE32;
}
</style>
background-color css
<style>
a { background-color: #1EBE32; }
a { background-color: rgb(30,190,50); }
div.DivClassName
{
background-color: #1EBE32;
}
.BgClassName
{
background-color: #1EBE32;
}
</style>
border-color css
<style>
span { border-color: #1EBE32; }
span { border-color: rgb(30,190,50); }
td.TdClassName
{
border-color: #1EBE32;
}
.TagClassName
{
border-color: #1EBE32;
}
</style>