Shades of Lime Green #2ABD28
Tints of Lime Green #2ABD28
RGB
CMYK
RGB Variations
Color information
#2ABD28 (or 0x2ABD28) is known color: Lime Green. HEX triplet: 2A, BD and 28. RGB value is (42,189,40). Sum of RGB (Red+Green+Blue) = 42+189+40=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD28 is #D542D7. Grayscale: #808080. Windows color (decimal): -13976280 or 2669866. OLE color: 2669866.
HSL color Cylindrical-coordinate representation of color #2ABD28: hue angle of 119.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABD28 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 40 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.26 |
| HSL | 119.19º | 0.65% | 0.45% | - |
| HSV(B) | 119.19º | 0.79% | 0.74% | - |
| XYZ | 19.54 | 37.04 | 8.13 | - |
| YUV | 128.06 | 78.3 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 40 | 0.78 | 0 | 0.79 | 0.26 | 119.19 | 0.65 | 0.45 |
| Hex | 2A | BD | 28 | 4E | 0 | 4F | 1A | 77 | 41 | 2D |
| Octal | 52 | 275 | 50 | 116 | 0 | 117 | 32 | 167 | 101 | 55 |
| Binary | 101010 | 10111101 | 101000 | 1001110 | 0 | 1001111 | 11010 | 1110111 | 1000001 | 101101 |
Color Harmonies of #2ABD28
Complementary color
Monochromatic Colors of #2ABD28
Black with #2ABD28
Text Example
Text Example
White with #2ABD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD28; }
p { color: rgb(42,189,40); }
H1.HeaderClassName
{
color: #2ABD28;
}
.AnyTagClassName
{
color: #2ABD28;
}
</style>
background-color css
<style>
a { background-color: #2ABD28; }
a { background-color: rgb(42,189,40); }
div.DivClassName
{
background-color: #2ABD28;
}
.BgClassName
{
background-color: #2ABD28;
}
</style>
border-color css
<style>
span { border-color: #2ABD28; }
span { border-color: rgb(42,189,40); }
td.TdClassName
{
border-color: #2ABD28;
}
.TagClassName
{
border-color: #2ABD28;
}
</style>