Shades of Lime Green #2BDA16
Tints of Lime Green #2BDA16
RGB
CMYK
RGB Variations
Color information
#2BDA16 (or 0x2BDA16) is known color: Lime Green. HEX triplet: 2B, DA and 16. RGB value is (43,218,22). Sum of RGB (Red+Green+Blue) = 43+218+22=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDA16 is #D425E9. Grayscale: #8F8F8F. Windows color (decimal): -13903338 or 1497643. OLE color: 1497643.
HSL color Cylindrical-coordinate representation of color #2BDA16: hue angle of 113.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BDA16 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 22 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.15 |
| HSL | 113.57º | 0.82% | 0.47% | - |
| HSV(B) | 113.57º | 0.9% | 0.85% | - |
| XYZ | 26.21 | 50.71 | 9.17 | - |
| YUV | 143.33 | 59.52 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 22 | 0.80 | 0 | 0.90 | 0.15 | 113.57 | 0.82 | 0.47 |
| Hex | 2B | DA | 16 | 50 | 0 | 5A | F | 72 | 52 | 2F |
| Octal | 53 | 332 | 26 | 120 | 0 | 132 | 17 | 162 | 122 | 57 |
| Binary | 101011 | 11011010 | 10110 | 1010000 | 0 | 1011010 | 1111 | 1110010 | 1010010 | 101111 |
Color Harmonies of #2BDA16
Complementary color
Monochromatic Colors of #2BDA16
Black with #2BDA16
Text Example
Text Example
White with #2BDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA16; }
p { color: rgb(43,218,22); }
H1.HeaderClassName
{
color: #2BDA16;
}
.AnyTagClassName
{
color: #2BDA16;
}
</style>
background-color css
<style>
a { background-color: #2BDA16; }
a { background-color: rgb(43,218,22); }
div.DivClassName
{
background-color: #2BDA16;
}
.BgClassName
{
background-color: #2BDA16;
}
</style>
border-color css
<style>
span { border-color: #2BDA16; }
span { border-color: rgb(43,218,22); }
td.TdClassName
{
border-color: #2BDA16;
}
.TagClassName
{
border-color: #2BDA16;
}
</style>