Shades of Lime Green #2BE024
Tints of Lime Green #2BE024
RGB
CMYK
RGB Variations
Color information
#2BE024 (or 0x2BE024) is known color: Lime Green. HEX triplet: 2B, E0 and 24. RGB value is (43,224,36). Sum of RGB (Red+Green+Blue) = 43+224+36=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE024 is #D41FDB. Grayscale: #959595. Windows color (decimal): -13901788 or 2416683. OLE color: 2416683.
HSL color Cylindrical-coordinate representation of color #2BE024: hue angle of 117.77º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BE024 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 36 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.12 |
| HSL | 117.77º | 0.75% | 0.51% | - |
| HSV(B) | 117.77º | 0.84% | 0.88% | - |
| XYZ | 27.97 | 53.95 | 10.61 | - |
| YUV | 148.45 | 64.53 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 36 | 0.81 | 0 | 0.84 | 0.12 | 117.77 | 0.75 | 0.51 |
| Hex | 2B | E0 | 24 | 51 | 0 | 54 | C | 76 | 4B | 33 |
| Octal | 53 | 340 | 44 | 121 | 0 | 124 | 14 | 166 | 113 | 63 |
| Binary | 101011 | 11100000 | 100100 | 1010001 | 0 | 1010100 | 1100 | 1110110 | 1001011 | 110011 |
Color Harmonies of #2BE024
Complementary color
Monochromatic Colors of #2BE024
Black with #2BE024
Text Example
Text Example
White with #2BE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE024; }
p { color: rgb(43,224,36); }
H1.HeaderClassName
{
color: #2BE024;
}
.AnyTagClassName
{
color: #2BE024;
}
</style>
background-color css
<style>
a { background-color: #2BE024; }
a { background-color: rgb(43,224,36); }
div.DivClassName
{
background-color: #2BE024;
}
.BgClassName
{
background-color: #2BE024;
}
</style>
border-color css
<style>
span { border-color: #2BE024; }
span { border-color: rgb(43,224,36); }
td.TdClassName
{
border-color: #2BE024;
}
.TagClassName
{
border-color: #2BE024;
}
</style>