Shades of Lime Green #2BE920
Tints of Lime Green #2BE920
RGB
CMYK
RGB Variations
Color information
#2BE920 (or 0x2BE920) is known color: Lime Green. HEX triplet: 2B, E9 and 20. RGB value is (43,233,32). Sum of RGB (Red+Green+Blue) = 43+233+32=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 233 (91.41% from 255 or 75.65% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE920 is #D416DF. Grayscale: #999999. Windows color (decimal): -13899488 or 2156843. OLE color: 2156843.
HSL color Cylindrical-coordinate representation of color #2BE920: hue angle of 116.72º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BE920 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 32 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.09 |
| HSL | 116.72º | 0.82% | 0.52% | - |
| HSV(B) | 116.72º | 0.86% | 0.91% | - |
| XYZ | 30.4 | 58.9 | 11.13 | - |
| YUV | 153.28 | 59.55 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 32 | 0.82 | 0 | 0.86 | 0.09 | 116.72 | 0.82 | 0.52 |
| Hex | 2B | E9 | 20 | 52 | 0 | 56 | 9 | 75 | 52 | 34 |
| Octal | 53 | 351 | 40 | 122 | 0 | 126 | 11 | 165 | 122 | 64 |
| Binary | 101011 | 11101001 | 100000 | 1010010 | 0 | 1010110 | 1001 | 1110101 | 1010010 | 110100 |
Color Harmonies of #2BE920
Complementary color
Monochromatic Colors of #2BE920
Black with #2BE920
Text Example
Text Example
White with #2BE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE920; }
p { color: rgb(43,233,32); }
H1.HeaderClassName
{
color: #2BE920;
}
.AnyTagClassName
{
color: #2BE920;
}
</style>
background-color css
<style>
a { background-color: #2BE920; }
a { background-color: rgb(43,233,32); }
div.DivClassName
{
background-color: #2BE920;
}
.BgClassName
{
background-color: #2BE920;
}
</style>
border-color css
<style>
span { border-color: #2BE920; }
span { border-color: rgb(43,233,32); }
td.TdClassName
{
border-color: #2BE920;
}
.TagClassName
{
border-color: #2BE920;
}
</style>