Shades of Lime Green #2BEB2E
Tints of Lime Green #2BEB2E
RGB
CMYK
RGB Variations
Color information
#2BEB2E (or 0x2BEB2E) is known color: Lime Green. HEX triplet: 2B, EB and 2E. RGB value is (43,235,46). Sum of RGB (Red+Green+Blue) = 43+235+46=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 235 (92.19% from 255 or 72.53% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEB2E is #D414D1. Grayscale: #9C9C9C. Windows color (decimal): -13898962 or 3074859. OLE color: 3074859.
HSL color Cylindrical-coordinate representation of color #2BEB2E: hue angle of 120.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEB2E is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 46 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.08 |
| HSL | 120.94º | 0.83% | 0.55% | - |
| HSV(B) | 120.94º | 0.82% | 0.92% | - |
| XYZ | 31.2 | 60.13 | 12.55 | - |
| YUV | 156.05 | 65.89 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 46 | 0.82 | 0 | 0.80 | 0.08 | 120.94 | 0.83 | 0.55 |
| Hex | 2B | EB | 2E | 52 | 0 | 50 | 8 | 79 | 53 | 37 |
| Octal | 53 | 353 | 56 | 122 | 0 | 120 | 10 | 171 | 123 | 67 |
| Binary | 101011 | 11101011 | 101110 | 1010010 | 0 | 1010000 | 1000 | 1111001 | 1010011 | 110111 |
Color Harmonies of #2BEB2E
Complementary color
Monochromatic Colors of #2BEB2E
Black with #2BEB2E
Text Example
Text Example
White with #2BEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB2E; }
p { color: rgb(43,235,46); }
H1.HeaderClassName
{
color: #2BEB2E;
}
.AnyTagClassName
{
color: #2BEB2E;
}
</style>
background-color css
<style>
a { background-color: #2BEB2E; }
a { background-color: rgb(43,235,46); }
div.DivClassName
{
background-color: #2BEB2E;
}
.BgClassName
{
background-color: #2BEB2E;
}
</style>
border-color css
<style>
span { border-color: #2BEB2E; }
span { border-color: rgb(43,235,46); }
td.TdClassName
{
border-color: #2BEB2E;
}
.TagClassName
{
border-color: #2BEB2E;
}
</style>