Shades of Lime Green #1EBA21
Tints of Lime Green #1EBA21
RGB
CMYK
RGB Variations
Color information
#1EBA21 (or 0x1EBA21) is known color: Lime Green. HEX triplet: 1E, BA and 21. RGB value is (30,186,33). Sum of RGB (Red+Green+Blue) = 30+186+33=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA21 is #E145DE. Grayscale: #7A7A7A. Windows color (decimal): -14763487 or 2210334. OLE color: 2210334.
HSL color Cylindrical-coordinate representation of color #1EBA21: hue angle of 121.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA21 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 33 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.27 |
| HSL | 121.15º | 0.72% | 0.42% | - |
| HSV(B) | 121.15º | 0.84% | 0.73% | - |
| XYZ | 18.37 | 35.5 | 7.32 | - |
| YUV | 121.91 | 77.82 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 33 | 0.84 | 0 | 0.82 | 0.27 | 121.15 | 0.72 | 0.42 |
| Hex | 1E | BA | 21 | 54 | 0 | 52 | 1B | 79 | 48 | 2A |
| Octal | 36 | 272 | 41 | 124 | 0 | 122 | 33 | 171 | 110 | 52 |
| Binary | 11110 | 10111010 | 100001 | 1010100 | 0 | 1010010 | 11011 | 1111001 | 1001000 | 101010 |
Color Harmonies of #1EBA21
Complementary color
Monochromatic Colors of #1EBA21
Black with #1EBA21
Text Example
Text Example
White with #1EBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA21; }
p { color: rgb(30,186,33); }
H1.HeaderClassName
{
color: #1EBA21;
}
.AnyTagClassName
{
color: #1EBA21;
}
</style>
background-color css
<style>
a { background-color: #1EBA21; }
a { background-color: rgb(30,186,33); }
div.DivClassName
{
background-color: #1EBA21;
}
.BgClassName
{
background-color: #1EBA21;
}
</style>
border-color css
<style>
span { border-color: #1EBA21; }
span { border-color: rgb(30,186,33); }
td.TdClassName
{
border-color: #1EBA21;
}
.TagClassName
{
border-color: #1EBA21;
}
</style>