Shades of Lime Green #2BE33B
Tints of Lime Green #2BE33B
RGB
CMYK
RGB Variations
Color information
#2BE33B (or 0x2BE33B) is known color: Lime Green. HEX triplet: 2B, E3 and 3B. RGB value is (43,227,59). Sum of RGB (Red+Green+Blue) = 43+227+59=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE33B is #D41CC4. Grayscale: #999999. Windows color (decimal): -13900997 or 3924779. OLE color: 3924779.
HSL color Cylindrical-coordinate representation of color #2BE33B: hue angle of 125.22º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE33B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 59 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.11 |
| HSL | 125.22º | 0.77% | 0.53% | - |
| HSV(B) | 125.22º | 0.81% | 0.89% | - |
| XYZ | 29.25 | 55.77 | 13.36 | - |
| YUV | 152.83 | 75.04 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 59 | 0.81 | 0 | 0.74 | 0.11 | 125.22 | 0.77 | 0.53 |
| Hex | 2B | E3 | 3B | 51 | 0 | 4A | B | 7D | 4D | 35 |
| Octal | 53 | 343 | 73 | 121 | 0 | 112 | 13 | 175 | 115 | 65 |
| Binary | 101011 | 11100011 | 111011 | 1010001 | 0 | 1001010 | 1011 | 1111101 | 1001101 | 110101 |
Color Harmonies of #2BE33B
Complementary color
Monochromatic Colors of #2BE33B
Black with #2BE33B
Text Example
Text Example
White with #2BE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE33B; }
p { color: rgb(43,227,59); }
H1.HeaderClassName
{
color: #2BE33B;
}
.AnyTagClassName
{
color: #2BE33B;
}
</style>
background-color css
<style>
a { background-color: #2BE33B; }
a { background-color: rgb(43,227,59); }
div.DivClassName
{
background-color: #2BE33B;
}
.BgClassName
{
background-color: #2BE33B;
}
</style>
border-color css
<style>
span { border-color: #2BE33B; }
span { border-color: rgb(43,227,59); }
td.TdClassName
{
border-color: #2BE33B;
}
.TagClassName
{
border-color: #2BE33B;
}
</style>