Shades of Lime Green #2BDE16
Tints of Lime Green #2BDE16
RGB
CMYK
RGB Variations
Color information
#2BDE16 (or 0x2BDE16) is known color: Lime Green. HEX triplet: 2B, DE and 16. RGB value is (43,222,22). Sum of RGB (Red+Green+Blue) = 43+222+22=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 222 (87.11% from 255 or 77.35% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDE16 is #D421E9. Grayscale: #929292. Windows color (decimal): -13902314 or 1498667. OLE color: 1498667.
HSL color Cylindrical-coordinate representation of color #2BDE16: hue angle of 113.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BDE16 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 22 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.13 |
| HSL | 113.7º | 0.82% | 0.48% | - |
| HSV(B) | 113.7º | 0.9% | 0.87% | - |
| XYZ | 27.26 | 52.81 | 9.52 | - |
| YUV | 145.68 | 58.2 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 22 | 0.81 | 0 | 0.90 | 0.13 | 113.7 | 0.82 | 0.48 |
| Hex | 2B | DE | 16 | 51 | 0 | 5A | D | 72 | 52 | 30 |
| Octal | 53 | 336 | 26 | 121 | 0 | 132 | 15 | 162 | 122 | 60 |
| Binary | 101011 | 11011110 | 10110 | 1010001 | 0 | 1011010 | 1101 | 1110010 | 1010010 | 110000 |
Color Harmonies of #2BDE16
Complementary color
Monochromatic Colors of #2BDE16
Black with #2BDE16
Text Example
Text Example
White with #2BDE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDE16; }
p { color: rgb(43,222,22); }
H1.HeaderClassName
{
color: #2BDE16;
}
.AnyTagClassName
{
color: #2BDE16;
}
</style>
background-color css
<style>
a { background-color: #2BDE16; }
a { background-color: rgb(43,222,22); }
div.DivClassName
{
background-color: #2BDE16;
}
.BgClassName
{
background-color: #2BDE16;
}
</style>
border-color css
<style>
span { border-color: #2BDE16; }
span { border-color: rgb(43,222,22); }
td.TdClassName
{
border-color: #2BDE16;
}
.TagClassName
{
border-color: #2BDE16;
}
</style>