Shades of Lime Green #2BE340
Tints of Lime Green #2BE340
RGB
CMYK
RGB Variations
Color information
#2BE340 (or 0x2BE340) is known color: Lime Green. HEX triplet: 2B, E3 and 40. RGB value is (43,227,64). Sum of RGB (Red+Green+Blue) = 43+227+64=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 227 (89.06% from 255 or 67.96% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE340 is #D41CBF. Grayscale: #999999. Windows color (decimal): -13900992 or 4252459. OLE color: 4252459.
HSL color Cylindrical-coordinate representation of color #2BE340: hue angle of 126.85º 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 #2BE340 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 64 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.11 |
| HSL | 126.85º | 0.77% | 0.53% | - |
| HSV(B) | 126.85º | 0.81% | 0.89% | - |
| XYZ | 29.39 | 55.82 | 14.08 | - |
| YUV | 153.4 | 77.54 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 64 | 0.81 | 0 | 0.72 | 0.11 | 126.85 | 0.77 | 0.53 |
| Hex | 2B | E3 | 40 | 51 | 0 | 48 | B | 7F | 4D | 35 |
| Octal | 53 | 343 | 100 | 121 | 0 | 110 | 13 | 177 | 115 | 65 |
| Binary | 101011 | 11100011 | 1000000 | 1010001 | 0 | 1001000 | 1011 | 1111111 | 1001101 | 110101 |
Color Harmonies of #2BE340
Complementary color
Monochromatic Colors of #2BE340
Black with #2BE340
Text Example
Text Example
White with #2BE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE340; }
p { color: rgb(43,227,64); }
H1.HeaderClassName
{
color: #2BE340;
}
.AnyTagClassName
{
color: #2BE340;
}
</style>
background-color css
<style>
a { background-color: #2BE340; }
a { background-color: rgb(43,227,64); }
div.DivClassName
{
background-color: #2BE340;
}
.BgClassName
{
background-color: #2BE340;
}
</style>
border-color css
<style>
span { border-color: #2BE340; }
span { border-color: rgb(43,227,64); }
td.TdClassName
{
border-color: #2BE340;
}
.TagClassName
{
border-color: #2BE340;
}
</style>