Shades of Lime Green #2ABB36
Tints of Lime Green #2ABB36
RGB
CMYK
RGB Variations
Color information
#2ABB36 (or 0x2ABB36) is known color: Lime Green. HEX triplet: 2A, BB and 36. RGB value is (42,187,54). Sum of RGB (Red+Green+Blue) = 42+187+54=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB36 is #D544C9. Grayscale: #808080. Windows color (decimal): -13976778 or 3586858. OLE color: 3586858.
HSL color Cylindrical-coordinate representation of color #2ABB36: hue angle of 124.97º 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 #2ABB36 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 54 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.27 |
| HSL | 124.97º | 0.63% | 0.45% | - |
| HSV(B) | 124.97º | 0.78% | 0.73% | - |
| XYZ | 19.39 | 36.3 | 9.47 | - |
| YUV | 128.48 | 85.96 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 54 | 0.78 | 0 | 0.71 | 0.27 | 124.97 | 0.63 | 0.45 |
| Hex | 2A | BB | 36 | 4E | 0 | 47 | 1B | 7D | 3F | 2D |
| Octal | 52 | 273 | 66 | 116 | 0 | 107 | 33 | 175 | 77 | 55 |
| Binary | 101010 | 10111011 | 110110 | 1001110 | 0 | 1000111 | 11011 | 1111101 | 111111 | 101101 |
Color Harmonies of #2ABB36
Complementary color
Monochromatic Colors of #2ABB36
Black with #2ABB36
Text Example
Text Example
White with #2ABB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB36; }
p { color: rgb(42,187,54); }
H1.HeaderClassName
{
color: #2ABB36;
}
.AnyTagClassName
{
color: #2ABB36;
}
</style>
background-color css
<style>
a { background-color: #2ABB36; }
a { background-color: rgb(42,187,54); }
div.DivClassName
{
background-color: #2ABB36;
}
.BgClassName
{
background-color: #2ABB36;
}
</style>
border-color css
<style>
span { border-color: #2ABB36; }
span { border-color: rgb(42,187,54); }
td.TdClassName
{
border-color: #2ABB36;
}
.TagClassName
{
border-color: #2ABB36;
}
</style>