Shades of Lime Green #2ABB27
Tints of Lime Green #2ABB27
RGB
CMYK
RGB Variations
Color information
#2ABB27 (or 0x2ABB27) is known color: Lime Green. HEX triplet: 2A, BB and 27. RGB value is (42,187,39). Sum of RGB (Red+Green+Blue) = 42+187+39=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 187 (73.44% from 255 or 69.78% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB27 is #D544D8. Grayscale: #7F7F7F. Windows color (decimal): -13976793 or 2603818. OLE color: 2603818.
HSL color Cylindrical-coordinate representation of color #2ABB27: hue angle of 118.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABB27 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 39 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.27 |
| HSL | 118.78º | 0.65% | 0.44% | - |
| HSV(B) | 118.78º | 0.79% | 0.73% | - |
| XYZ | 19.09 | 36.18 | 7.9 | - |
| YUV | 126.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 39 | 0.78 | 0 | 0.79 | 0.27 | 118.78 | 0.65 | 0.44 |
| Hex | 2A | BB | 27 | 4E | 0 | 4F | 1B | 77 | 41 | 2C |
| Octal | 52 | 273 | 47 | 116 | 0 | 117 | 33 | 167 | 101 | 54 |
| Binary | 101010 | 10111011 | 100111 | 1001110 | 0 | 1001111 | 11011 | 1110111 | 1000001 | 101100 |
Color Harmonies of #2ABB27
Complementary color
Monochromatic Colors of #2ABB27
Black with #2ABB27
Text Example
Text Example
White with #2ABB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB27; }
p { color: rgb(42,187,39); }
H1.HeaderClassName
{
color: #2ABB27;
}
.AnyTagClassName
{
color: #2ABB27;
}
</style>
background-color css
<style>
a { background-color: #2ABB27; }
a { background-color: rgb(42,187,39); }
div.DivClassName
{
background-color: #2ABB27;
}
.BgClassName
{
background-color: #2ABB27;
}
</style>
border-color css
<style>
span { border-color: #2ABB27; }
span { border-color: rgb(42,187,39); }
td.TdClassName
{
border-color: #2ABB27;
}
.TagClassName
{
border-color: #2ABB27;
}
</style>