Shades of Lime Green #2BE039
Tints of Lime Green #2BE039
RGB
CMYK
RGB Variations
Color information
#2BE039 (or 0x2BE039) is known color: Lime Green. HEX triplet: 2B, E0 and 39. RGB value is (43,224,57). Sum of RGB (Red+Green+Blue) = 43+224+57=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE039 is #D41FC6. Grayscale: #979797. Windows color (decimal): -13901767 or 3792939. OLE color: 3792939.
HSL color Cylindrical-coordinate representation of color #2BE039: hue angle of 124.64º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE039 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 57 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.12 |
| HSL | 124.64º | 0.74% | 0.52% | - |
| HSV(B) | 124.64º | 0.81% | 0.88% | - |
| XYZ | 28.39 | 54.12 | 12.82 | - |
| YUV | 150.84 | 75.03 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 57 | 0.81 | 0 | 0.75 | 0.12 | 124.64 | 0.74 | 0.52 |
| Hex | 2B | E0 | 39 | 51 | 0 | 4B | C | 7D | 4A | 34 |
| Octal | 53 | 340 | 71 | 121 | 0 | 113 | 14 | 175 | 112 | 64 |
| Binary | 101011 | 11100000 | 111001 | 1010001 | 0 | 1001011 | 1100 | 1111101 | 1001010 | 110100 |
Color Harmonies of #2BE039
Complementary color
Monochromatic Colors of #2BE039
Black with #2BE039
Text Example
Text Example
White with #2BE039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE039; }
p { color: rgb(43,224,57); }
H1.HeaderClassName
{
color: #2BE039;
}
.AnyTagClassName
{
color: #2BE039;
}
</style>
background-color css
<style>
a { background-color: #2BE039; }
a { background-color: rgb(43,224,57); }
div.DivClassName
{
background-color: #2BE039;
}
.BgClassName
{
background-color: #2BE039;
}
</style>
border-color css
<style>
span { border-color: #2BE039; }
span { border-color: rgb(43,224,57); }
td.TdClassName
{
border-color: #2BE039;
}
.TagClassName
{
border-color: #2BE039;
}
</style>