Shades of Lime Green #2ABF26
Tints of Lime Green #2ABF26
RGB
CMYK
RGB Variations
Color information
#2ABF26 (or 0x2ABF26) is known color: Lime Green. HEX triplet: 2A, BF and 26. RGB value is (42,191,38). Sum of RGB (Red+Green+Blue) = 42+191+38=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF26 is #D540D9. Grayscale: #818181. Windows color (decimal): -13975770 or 2539306. OLE color: 2539306.
HSL color Cylindrical-coordinate representation of color #2ABF26: hue angle of 118.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABF26 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 38 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.25 |
| HSL | 118.43º | 0.67% | 0.45% | - |
| HSV(B) | 118.43º | 0.8% | 0.75% | - |
| XYZ | 19.94 | 37.89 | 8.1 | - |
| YUV | 129.01 | 76.64 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 38 | 0.78 | 0 | 0.80 | 0.25 | 118.43 | 0.67 | 0.45 |
| Hex | 2A | BF | 26 | 4E | 0 | 50 | 19 | 76 | 43 | 2D |
| Octal | 52 | 277 | 46 | 116 | 0 | 120 | 31 | 166 | 103 | 55 |
| Binary | 101010 | 10111111 | 100110 | 1001110 | 0 | 1010000 | 11001 | 1110110 | 1000011 | 101101 |
Color Harmonies of #2ABF26
Complementary color
Monochromatic Colors of #2ABF26
Black with #2ABF26
Text Example
Text Example
White with #2ABF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF26; }
p { color: rgb(42,191,38); }
H1.HeaderClassName
{
color: #2ABF26;
}
.AnyTagClassName
{
color: #2ABF26;
}
</style>
background-color css
<style>
a { background-color: #2ABF26; }
a { background-color: rgb(42,191,38); }
div.DivClassName
{
background-color: #2ABF26;
}
.BgClassName
{
background-color: #2ABF26;
}
</style>
border-color css
<style>
span { border-color: #2ABF26; }
span { border-color: rgb(42,191,38); }
td.TdClassName
{
border-color: #2ABF26;
}
.TagClassName
{
border-color: #2ABF26;
}
</style>