Shades of Lime Green #2BEE3F
Tints of Lime Green #2BEE3F
RGB
CMYK
RGB Variations
Color information
#2BEE3F (or 0x2BEE3F) is known color: Lime Green. HEX triplet: 2B, EE and 3F. RGB value is (43,238,63). Sum of RGB (Red+Green+Blue) = 43+238+63=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 238 (93.36% from 255 or 69.19% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEE3F is #D411C0. Grayscale: #A0A0A0. Windows color (decimal): -13898177 or 4189739. OLE color: 4189739.
HSL color Cylindrical-coordinate representation of color #2BEE3F: hue angle of 126.15º 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 #2BEE3F is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 63 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.07 |
| HSL | 126.15º | 0.85% | 0.55% | - |
| HSV(B) | 126.15º | 0.82% | 0.93% | - |
| XYZ | 32.47 | 62.02 | 14.96 | - |
| YUV | 159.75 | 73.4 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 63 | 0.82 | 0 | 0.74 | 0.07 | 126.15 | 0.85 | 0.55 |
| Hex | 2B | EE | 3F | 52 | 0 | 4A | 7 | 7E | 55 | 37 |
| Octal | 53 | 356 | 77 | 122 | 0 | 112 | 7 | 176 | 125 | 67 |
| Binary | 101011 | 11101110 | 111111 | 1010010 | 0 | 1001010 | 111 | 1111110 | 1010101 | 110111 |
Color Harmonies of #2BEE3F
Complementary color
Monochromatic Colors of #2BEE3F
Black with #2BEE3F
Text Example
Text Example
White with #2BEE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE3F; }
p { color: rgb(43,238,63); }
H1.HeaderClassName
{
color: #2BEE3F;
}
.AnyTagClassName
{
color: #2BEE3F;
}
</style>
background-color css
<style>
a { background-color: #2BEE3F; }
a { background-color: rgb(43,238,63); }
div.DivClassName
{
background-color: #2BEE3F;
}
.BgClassName
{
background-color: #2BEE3F;
}
</style>
border-color css
<style>
span { border-color: #2BEE3F; }
span { border-color: rgb(43,238,63); }
td.TdClassName
{
border-color: #2BEE3F;
}
.TagClassName
{
border-color: #2BEE3F;
}
</style>