Shades of Lime Green #2ABF16
Tints of Lime Green #2ABF16
RGB
CMYK
RGB Variations
Color information
#2ABF16 (or 0x2ABF16) is known color: Lime Green. HEX triplet: 2A, BF and 16. RGB value is (42,191,22). Sum of RGB (Red+Green+Blue) = 42+191+22=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF16 is #D540E9. Grayscale: #7F7F7F. Windows color (decimal): -13975786 or 1490730. OLE color: 1490730.
HSL color Cylindrical-coordinate representation of color #2ABF16: hue angle of 112.9º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ABF16 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 22 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.25 |
| HSL | 112.9º | 0.79% | 0.42% | - |
| HSV(B) | 112.9º | 0.88% | 0.75% | - |
| XYZ | 19.73 | 37.81 | 7.02 | - |
| YUV | 127.18 | 68.64 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 22 | 0.78 | 0 | 0.88 | 0.25 | 112.9 | 0.79 | 0.42 |
| Hex | 2A | BF | 16 | 4E | 0 | 58 | 19 | 71 | 4F | 2A |
| Octal | 52 | 277 | 26 | 116 | 0 | 130 | 31 | 161 | 117 | 52 |
| Binary | 101010 | 10111111 | 10110 | 1001110 | 0 | 1011000 | 11001 | 1110001 | 1001111 | 101010 |
Color Harmonies of #2ABF16
Complementary color
Monochromatic Colors of #2ABF16
Black with #2ABF16
Text Example
Text Example
White with #2ABF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF16; }
p { color: rgb(42,191,22); }
H1.HeaderClassName
{
color: #2ABF16;
}
.AnyTagClassName
{
color: #2ABF16;
}
</style>
background-color css
<style>
a { background-color: #2ABF16; }
a { background-color: rgb(42,191,22); }
div.DivClassName
{
background-color: #2ABF16;
}
.BgClassName
{
background-color: #2ABF16;
}
</style>
border-color css
<style>
span { border-color: #2ABF16; }
span { border-color: rgb(42,191,22); }
td.TdClassName
{
border-color: #2ABF16;
}
.TagClassName
{
border-color: #2ABF16;
}
</style>