Shades of Lime Green #2ABB3C
Tints of Lime Green #2ABB3C
RGB
CMYK
RGB Variations
Color information
#2ABB3C (or 0x2ABB3C) is known color: Lime Green. HEX triplet: 2A, BB and 3C. RGB value is (42,187,60). Sum of RGB (Red+Green+Blue) = 42+187+60=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB3C is #D544C3. Grayscale: #818181. Windows color (decimal): -13976772 or 3980074. OLE color: 3980074.
HSL color Cylindrical-coordinate representation of color #2ABB3C: hue angle of 127.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB3C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 60 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.27 |
| HSL | 127.45º | 0.63% | 0.45% | - |
| HSV(B) | 127.45º | 0.78% | 0.73% | - |
| XYZ | 19.54 | 36.36 | 10.26 | - |
| YUV | 129.17 | 88.96 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 60 | 0.78 | 0 | 0.68 | 0.27 | 127.45 | 0.63 | 0.45 |
| Hex | 2A | BB | 3C | 4E | 0 | 44 | 1B | 7F | 3F | 2D |
| Octal | 52 | 273 | 74 | 116 | 0 | 104 | 33 | 177 | 77 | 55 |
| Binary | 101010 | 10111011 | 111100 | 1001110 | 0 | 1000100 | 11011 | 1111111 | 111111 | 101101 |
Color Harmonies of #2ABB3C
Complementary color
Monochromatic Colors of #2ABB3C
Black with #2ABB3C
Text Example
Text Example
White with #2ABB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB3C; }
p { color: rgb(42,187,60); }
H1.HeaderClassName
{
color: #2ABB3C;
}
.AnyTagClassName
{
color: #2ABB3C;
}
</style>
background-color css
<style>
a { background-color: #2ABB3C; }
a { background-color: rgb(42,187,60); }
div.DivClassName
{
background-color: #2ABB3C;
}
.BgClassName
{
background-color: #2ABB3C;
}
</style>
border-color css
<style>
span { border-color: #2ABB3C; }
span { border-color: rgb(42,187,60); }
td.TdClassName
{
border-color: #2ABB3C;
}
.TagClassName
{
border-color: #2ABB3C;
}
</style>