Shades of Lime Green #2BEE2C
Tints of Lime Green #2BEE2C
RGB
CMYK
RGB Variations
Color information
#2BEE2C (or 0x2BEE2C) is known color: Lime Green. HEX triplet: 2B, EE and 2C. RGB value is (43,238,44). Sum of RGB (Red+Green+Blue) = 43+238+44=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 238 (93.36% from 255 or 73.23% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEE2C is #D411D3. Grayscale: #9E9E9E. Windows color (decimal): -13898196 or 2944555. OLE color: 2944555.
HSL color Cylindrical-coordinate representation of color #2BEE2C: hue angle of 120.31º 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 #2BEE2C is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 44 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.07 |
| HSL | 120.31º | 0.85% | 0.55% | - |
| HSV(B) | 120.31º | 0.82% | 0.93% | - |
| XYZ | 32.03 | 61.84 | 12.63 | - |
| YUV | 157.58 | 63.9 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 44 | 0.82 | 0 | 0.82 | 0.07 | 120.31 | 0.85 | 0.55 |
| Hex | 2B | EE | 2C | 52 | 0 | 52 | 7 | 78 | 55 | 37 |
| Octal | 53 | 356 | 54 | 122 | 0 | 122 | 7 | 170 | 125 | 67 |
| Binary | 101011 | 11101110 | 101100 | 1010010 | 0 | 1010010 | 111 | 1111000 | 1010101 | 110111 |
Color Harmonies of #2BEE2C
Complementary color
Monochromatic Colors of #2BEE2C
Black with #2BEE2C
Text Example
Text Example
White with #2BEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE2C; }
p { color: rgb(43,238,44); }
H1.HeaderClassName
{
color: #2BEE2C;
}
.AnyTagClassName
{
color: #2BEE2C;
}
</style>
background-color css
<style>
a { background-color: #2BEE2C; }
a { background-color: rgb(43,238,44); }
div.DivClassName
{
background-color: #2BEE2C;
}
.BgClassName
{
background-color: #2BEE2C;
}
</style>
border-color css
<style>
span { border-color: #2BEE2C; }
span { border-color: rgb(43,238,44); }
td.TdClassName
{
border-color: #2BEE2C;
}
.TagClassName
{
border-color: #2BEE2C;
}
</style>