Shades of Lime Green #2BEE37
Tints of Lime Green #2BEE37
RGB
CMYK
RGB Variations
Color information
#2BEE37 (or 0x2BEE37) is known color: Lime Green. HEX triplet: 2B, EE and 37. RGB value is (43,238,55). Sum of RGB (Red+Green+Blue) = 43+238+55=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEE37 is #D411C8. Grayscale: #9F9F9F. Windows color (decimal): -13898185 or 3665451. OLE color: 3665451.
HSL color Cylindrical-coordinate representation of color #2BEE37: hue angle of 123.69º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEE37 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 55 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.07 |
| HSL | 123.69º | 0.85% | 0.55% | - |
| HSV(B) | 123.69º | 0.82% | 0.93% | - |
| XYZ | 32.26 | 61.94 | 13.87 | - |
| YUV | 158.83 | 69.4 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 55 | 0.82 | 0 | 0.77 | 0.07 | 123.69 | 0.85 | 0.55 |
| Hex | 2B | EE | 37 | 52 | 0 | 4D | 7 | 7C | 55 | 37 |
| Octal | 53 | 356 | 67 | 122 | 0 | 115 | 7 | 174 | 125 | 67 |
| Binary | 101011 | 11101110 | 110111 | 1010010 | 0 | 1001101 | 111 | 1111100 | 1010101 | 110111 |
Color Harmonies of #2BEE37
Complementary color
Monochromatic Colors of #2BEE37
Black with #2BEE37
Text Example
Text Example
White with #2BEE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE37; }
p { color: rgb(43,238,55); }
H1.HeaderClassName
{
color: #2BEE37;
}
.AnyTagClassName
{
color: #2BEE37;
}
</style>
background-color css
<style>
a { background-color: #2BEE37; }
a { background-color: rgb(43,238,55); }
div.DivClassName
{
background-color: #2BEE37;
}
.BgClassName
{
background-color: #2BEE37;
}
</style>
border-color css
<style>
span { border-color: #2BEE37; }
span { border-color: rgb(43,238,55); }
td.TdClassName
{
border-color: #2BEE37;
}
.TagClassName
{
border-color: #2BEE37;
}
</style>