Shades of Lime Green #2BE242
Tints of Lime Green #2BE242
RGB
CMYK
RGB Variations
Color information
#2BE242 (or 0x2BE242) is known color: Lime Green. HEX triplet: 2B, E2 and 42. RGB value is (43,226,66). Sum of RGB (Red+Green+Blue) = 43+226+66=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 226 (88.67% from 255 or 67.46% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE242 is #D41DBD. Grayscale: #999999. Windows color (decimal): -13901246 or 4383275. OLE color: 4383275.
HSL color Cylindrical-coordinate representation of color #2BE242: hue angle of 127.54º degrees, saturation: 0.76, 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 #2BE242 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 66 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.11 |
| HSL | 127.54º | 0.76% | 0.53% | - |
| HSV(B) | 127.54º | 0.81% | 0.89% | - |
| XYZ | 29.18 | 55.3 | 14.29 | - |
| YUV | 153.04 | 78.87 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 66 | 0.81 | 0 | 0.71 | 0.11 | 127.54 | 0.76 | 0.53 |
| Hex | 2B | E2 | 42 | 51 | 0 | 47 | B | 80 | 4C | 35 |
| Octal | 53 | 342 | 102 | 121 | 0 | 107 | 13 | 200 | 114 | 65 |
| Binary | 101011 | 11100010 | 1000010 | 1010001 | 0 | 1000111 | 1011 | 10000000 | 1001100 | 110101 |
Color Harmonies of #2BE242
Complementary color
Monochromatic Colors of #2BE242
Black with #2BE242
Text Example
Text Example
White with #2BE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE242; }
p { color: rgb(43,226,66); }
H1.HeaderClassName
{
color: #2BE242;
}
.AnyTagClassName
{
color: #2BE242;
}
</style>
background-color css
<style>
a { background-color: #2BE242; }
a { background-color: rgb(43,226,66); }
div.DivClassName
{
background-color: #2BE242;
}
.BgClassName
{
background-color: #2BE242;
}
</style>
border-color css
<style>
span { border-color: #2BE242; }
span { border-color: rgb(43,226,66); }
td.TdClassName
{
border-color: #2BE242;
}
.TagClassName
{
border-color: #2BE242;
}
</style>