Shades of Lime Green #2BD815
Tints of Lime Green #2BD815
RGB
CMYK
RGB Variations
Color information
#2BD815 (or 0x2BD815) is known color: Lime Green. HEX triplet: 2B, D8 and 15. RGB value is (43,216,21). Sum of RGB (Red+Green+Blue) = 43+216+21=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD815 is #D427EA. Grayscale: #8E8E8E. Windows color (decimal): -13903851 or 1431595. OLE color: 1431595.
HSL color Cylindrical-coordinate representation of color #2BD815: hue angle of 113.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BD815 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.15 |
| HSL | 113.23º | 0.82% | 0.46% | - |
| HSV(B) | 113.23º | 0.9% | 0.85% | - |
| XYZ | 25.69 | 49.68 | 8.94 | - |
| YUV | 142.04 | 59.69 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 21 | 0.80 | 0 | 0.90 | 0.15 | 113.23 | 0.82 | 0.46 |
| Hex | 2B | D8 | 15 | 50 | 0 | 5A | F | 71 | 52 | 2E |
| Octal | 53 | 330 | 25 | 120 | 0 | 132 | 17 | 161 | 122 | 56 |
| Binary | 101011 | 11011000 | 10101 | 1010000 | 0 | 1011010 | 1111 | 1110001 | 1010010 | 101110 |
Color Harmonies of #2BD815
Complementary color
Monochromatic Colors of #2BD815
Black with #2BD815
Text Example
Text Example
White with #2BD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD815; }
p { color: rgb(43,216,21); }
H1.HeaderClassName
{
color: #2BD815;
}
.AnyTagClassName
{
color: #2BD815;
}
</style>
background-color css
<style>
a { background-color: #2BD815; }
a { background-color: rgb(43,216,21); }
div.DivClassName
{
background-color: #2BD815;
}
.BgClassName
{
background-color: #2BD815;
}
</style>
border-color css
<style>
span { border-color: #2BD815; }
span { border-color: rgb(43,216,21); }
td.TdClassName
{
border-color: #2BD815;
}
.TagClassName
{
border-color: #2BD815;
}
</style>