Shades of Lime Green #2ABD21
Tints of Lime Green #2ABD21
RGB
CMYK
RGB Variations
Color information
#2ABD21 (or 0x2ABD21) is known color: Lime Green. HEX triplet: 2A, BD and 21. RGB value is (42,189,33). Sum of RGB (Red+Green+Blue) = 42+189+33=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD21 is #D542DE. Grayscale: #7F7F7F. Windows color (decimal): -13976287 or 2211114. OLE color: 2211114.
HSL color Cylindrical-coordinate representation of color #2ABD21: hue angle of 116.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABD21 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 33 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.26 |
| HSL | 116.54º | 0.7% | 0.44% | - |
| HSV(B) | 116.54º | 0.83% | 0.74% | - |
| XYZ | 19.43 | 37 | 7.56 | - |
| YUV | 127.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 33 | 0.78 | 0 | 0.83 | 0.26 | 116.54 | 0.7 | 0.44 |
| Hex | 2A | BD | 21 | 4E | 0 | 53 | 1A | 75 | 46 | 2C |
| Octal | 52 | 275 | 41 | 116 | 0 | 123 | 32 | 165 | 106 | 54 |
| Binary | 101010 | 10111101 | 100001 | 1001110 | 0 | 1010011 | 11010 | 1110101 | 1000110 | 101100 |
Color Harmonies of #2ABD21
Complementary color
Monochromatic Colors of #2ABD21
Black with #2ABD21
Text Example
Text Example
White with #2ABD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD21; }
p { color: rgb(42,189,33); }
H1.HeaderClassName
{
color: #2ABD21;
}
.AnyTagClassName
{
color: #2ABD21;
}
</style>
background-color css
<style>
a { background-color: #2ABD21; }
a { background-color: rgb(42,189,33); }
div.DivClassName
{
background-color: #2ABD21;
}
.BgClassName
{
background-color: #2ABD21;
}
</style>
border-color css
<style>
span { border-color: #2ABD21; }
span { border-color: rgb(42,189,33); }
td.TdClassName
{
border-color: #2ABD21;
}
.TagClassName
{
border-color: #2ABD21;
}
</style>