Shades of Lime Green #2ABD37
Tints of Lime Green #2ABD37
RGB
CMYK
RGB Variations
Color information
#2ABD37 (or 0x2ABD37) is known color: Lime Green. HEX triplet: 2A, BD and 37. RGB value is (42,189,55). Sum of RGB (Red+Green+Blue) = 42+189+55=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD37 is #D542C8. Grayscale: #828282. Windows color (decimal): -13976265 or 3652906. OLE color: 3652906.
HSL color Cylindrical-coordinate representation of color #2ABD37: hue angle of 125.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD37 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 55 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.26 |
| HSL | 125.31º | 0.64% | 0.45% | - |
| HSV(B) | 125.31º | 0.78% | 0.74% | - |
| XYZ | 19.84 | 37.16 | 9.74 | - |
| YUV | 129.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 55 | 0.78 | 0 | 0.71 | 0.26 | 125.31 | 0.64 | 0.45 |
| Hex | 2A | BD | 37 | 4E | 0 | 47 | 1A | 7D | 40 | 2D |
| Octal | 52 | 275 | 67 | 116 | 0 | 107 | 32 | 175 | 100 | 55 |
| Binary | 101010 | 10111101 | 110111 | 1001110 | 0 | 1000111 | 11010 | 1111101 | 1000000 | 101101 |
Color Harmonies of #2ABD37
Complementary color
Monochromatic Colors of #2ABD37
Black with #2ABD37
Text Example
Text Example
White with #2ABD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD37; }
p { color: rgb(42,189,55); }
H1.HeaderClassName
{
color: #2ABD37;
}
.AnyTagClassName
{
color: #2ABD37;
}
</style>
background-color css
<style>
a { background-color: #2ABD37; }
a { background-color: rgb(42,189,55); }
div.DivClassName
{
background-color: #2ABD37;
}
.BgClassName
{
background-color: #2ABD37;
}
</style>
border-color css
<style>
span { border-color: #2ABD37; }
span { border-color: rgb(42,189,55); }
td.TdClassName
{
border-color: #2ABD37;
}
.TagClassName
{
border-color: #2ABD37;
}
</style>