Shades of Lime Green #2BE924
Tints of Lime Green #2BE924
RGB
CMYK
RGB Variations
Color information
#2BE924 (or 0x2BE924) is known color: Lime Green. HEX triplet: 2B, E9 and 24. RGB value is (43,233,36). Sum of RGB (Red+Green+Blue) = 43+233+36=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 233 (91.41% from 255 or 74.68% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE924 is #D416DB. Grayscale: #9A9A9A. Windows color (decimal): -13899484 or 2418987. OLE color: 2418987.
HSL color Cylindrical-coordinate representation of color #2BE924: hue angle of 117.87º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BE924 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 36 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.09 |
| HSL | 117.87º | 0.82% | 0.53% | - |
| HSV(B) | 117.87º | 0.85% | 0.91% | - |
| XYZ | 30.45 | 58.92 | 11.44 | - |
| YUV | 153.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 36 | 0.82 | 0 | 0.85 | 0.09 | 117.87 | 0.82 | 0.53 |
| Hex | 2B | E9 | 24 | 52 | 0 | 55 | 9 | 76 | 52 | 35 |
| Octal | 53 | 351 | 44 | 122 | 0 | 125 | 11 | 166 | 122 | 65 |
| Binary | 101011 | 11101001 | 100100 | 1010010 | 0 | 1010101 | 1001 | 1110110 | 1010010 | 110101 |
Color Harmonies of #2BE924
Complementary color
Monochromatic Colors of #2BE924
Black with #2BE924
Text Example
Text Example
White with #2BE924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE924; }
p { color: rgb(43,233,36); }
H1.HeaderClassName
{
color: #2BE924;
}
.AnyTagClassName
{
color: #2BE924;
}
</style>
background-color css
<style>
a { background-color: #2BE924; }
a { background-color: rgb(43,233,36); }
div.DivClassName
{
background-color: #2BE924;
}
.BgClassName
{
background-color: #2BE924;
}
</style>
border-color css
<style>
span { border-color: #2BE924; }
span { border-color: rgb(43,233,36); }
td.TdClassName
{
border-color: #2BE924;
}
.TagClassName
{
border-color: #2BE924;
}
</style>