Shades of Lime Green #2BF024
Tints of Lime Green #2BF024
RGB
CMYK
RGB Variations
Color information
#2BF024 (or 0x2BF024) is known color: Lime Green. HEX triplet: 2B, F0 and 24. RGB value is (43,240,36). Sum of RGB (Red+Green+Blue) = 43+240+36=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF024 is #D40FDB. Grayscale: #9E9E9E. Windows color (decimal): -13897692 or 2420779. OLE color: 2420779.
HSL color Cylindrical-coordinate representation of color #2BF024: hue angle of 117.94º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BF024 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 240 | 36 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.06 |
| HSL | 117.94º | 0.87% | 0.54% | - |
| HSV(B) | 117.94º | 0.85% | 0.94% | - |
| XYZ | 32.47 | 62.96 | 12.11 | - |
| YUV | 157.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 36 | 0.82 | 0 | 0.85 | 0.06 | 117.94 | 0.87 | 0.54 |
| Hex | 2B | F0 | 24 | 52 | 0 | 55 | 6 | 76 | 57 | 36 |
| Octal | 53 | 360 | 44 | 122 | 0 | 125 | 6 | 166 | 127 | 66 |
| Binary | 101011 | 11110000 | 100100 | 1010010 | 0 | 1010101 | 110 | 1110110 | 1010111 | 110110 |
Color Harmonies of #2BF024
Complementary color
Monochromatic Colors of #2BF024
Black with #2BF024
Text Example
Text Example
White with #2BF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF024; }
p { color: rgb(43,240,36); }
H1.HeaderClassName
{
color: #2BF024;
}
.AnyTagClassName
{
color: #2BF024;
}
</style>
background-color css
<style>
a { background-color: #2BF024; }
a { background-color: rgb(43,240,36); }
div.DivClassName
{
background-color: #2BF024;
}
.BgClassName
{
background-color: #2BF024;
}
</style>
border-color css
<style>
span { border-color: #2BF024; }
span { border-color: rgb(43,240,36); }
td.TdClassName
{
border-color: #2BF024;
}
.TagClassName
{
border-color: #2BF024;
}
</style>