Shades of Lime Green #1EBD21
Tints of Lime Green #1EBD21
RGB
CMYK
RGB Variations
Color information
#1EBD21 (or 0x1EBD21) is known color: Lime Green. HEX triplet: 1E, BD and 21. RGB value is (30,189,33). Sum of RGB (Red+Green+Blue) = 30+189+33=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD21 is #E142DE. Grayscale: #7C7C7C. Windows color (decimal): -14762719 or 2211102. OLE color: 2211102.
HSL color Cylindrical-coordinate representation of color #1EBD21: hue angle of 121.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBD21 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 189 | 33 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.26 |
| HSL | 121.13º | 0.73% | 0.43% | - |
| HSV(B) | 121.13º | 0.84% | 0.74% | - |
| XYZ | 19.01 | 36.78 | 7.54 | - |
| YUV | 123.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 33 | 0.84 | 0 | 0.83 | 0.26 | 121.13 | 0.73 | 0.43 |
| Hex | 1E | BD | 21 | 54 | 0 | 53 | 1A | 79 | 49 | 2B |
| Octal | 36 | 275 | 41 | 124 | 0 | 123 | 32 | 171 | 111 | 53 |
| Binary | 11110 | 10111101 | 100001 | 1010100 | 0 | 1010011 | 11010 | 1111001 | 1001001 | 101011 |
Color Harmonies of #1EBD21
Complementary color
Monochromatic Colors of #1EBD21
Black with #1EBD21
Text Example
Text Example
White with #1EBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBD21; }
p { color: rgb(30,189,33); }
H1.HeaderClassName
{
color: #1EBD21;
}
.AnyTagClassName
{
color: #1EBD21;
}
</style>
background-color css
<style>
a { background-color: #1EBD21; }
a { background-color: rgb(30,189,33); }
div.DivClassName
{
background-color: #1EBD21;
}
.BgClassName
{
background-color: #1EBD21;
}
</style>
border-color css
<style>
span { border-color: #1EBD21; }
span { border-color: rgb(30,189,33); }
td.TdClassName
{
border-color: #1EBD21;
}
.TagClassName
{
border-color: #1EBD21;
}
</style>