Shades of Lime Green #2BE52F
Tints of Lime Green #2BE52F
RGB
CMYK
RGB Variations
Color information
#2BE52F (or 0x2BE52F) is known color: Lime Green. HEX triplet: 2B, E5 and 2F. RGB value is (43,229,47). Sum of RGB (Red+Green+Blue) = 43+229+47=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE52F is #D41AD0. Grayscale: #999999. Windows color (decimal): -13900497 or 3138859. OLE color: 3138859.
HSL color Cylindrical-coordinate representation of color #2BE52F: hue angle of 121.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE52F is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 47 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.10 |
| HSL | 121.29º | 0.78% | 0.53% | - |
| HSV(B) | 121.29º | 0.81% | 0.9% | - |
| XYZ | 29.53 | 56.76 | 12.09 | - |
| YUV | 152.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 47 | 0.81 | 0 | 0.79 | 0.10 | 121.29 | 0.78 | 0.53 |
| Hex | 2B | E5 | 2F | 51 | 0 | 4F | A | 79 | 4E | 35 |
| Octal | 53 | 345 | 57 | 121 | 0 | 117 | 12 | 171 | 116 | 65 |
| Binary | 101011 | 11100101 | 101111 | 1010001 | 0 | 1001111 | 1010 | 1111001 | 1001110 | 110101 |
Color Harmonies of #2BE52F
Complementary color
Monochromatic Colors of #2BE52F
Black with #2BE52F
Text Example
Text Example
White with #2BE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE52F; }
p { color: rgb(43,229,47); }
H1.HeaderClassName
{
color: #2BE52F;
}
.AnyTagClassName
{
color: #2BE52F;
}
</style>
background-color css
<style>
a { background-color: #2BE52F; }
a { background-color: rgb(43,229,47); }
div.DivClassName
{
background-color: #2BE52F;
}
.BgClassName
{
background-color: #2BE52F;
}
</style>
border-color css
<style>
span { border-color: #2BE52F; }
span { border-color: rgb(43,229,47); }
td.TdClassName
{
border-color: #2BE52F;
}
.TagClassName
{
border-color: #2BE52F;
}
</style>