Shades of Lime Green #2BCD16
Tints of Lime Green #2BCD16
RGB
CMYK
RGB Variations
Color information
#2BCD16 (or 0x2BCD16) is known color: Lime Green. HEX triplet: 2B, CD and 16. RGB value is (43,205,22). Sum of RGB (Red+Green+Blue) = 43+205+22=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCD16 is #D432E9. Grayscale: #888888. Windows color (decimal): -13906666 or 1494315. OLE color: 1494315.
HSL color Cylindrical-coordinate representation of color #2BCD16: hue angle of 113.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BCD16 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 22 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.20 |
| HSL | 113.11º | 0.81% | 0.45% | - |
| HSV(B) | 113.11º | 0.89% | 0.8% | - |
| XYZ | 22.97 | 44.23 | 8.09 | - |
| YUV | 135.7 | 63.83 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 22 | 0.79 | 0 | 0.89 | 0.20 | 113.11 | 0.81 | 0.45 |
| Hex | 2B | CD | 16 | 4F | 0 | 59 | 14 | 71 | 51 | 2D |
| Octal | 53 | 315 | 26 | 117 | 0 | 131 | 24 | 161 | 121 | 55 |
| Binary | 101011 | 11001101 | 10110 | 1001111 | 0 | 1011001 | 10100 | 1110001 | 1010001 | 101101 |
Color Harmonies of #2BCD16
Complementary color
Monochromatic Colors of #2BCD16
Black with #2BCD16
Text Example
Text Example
White with #2BCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD16; }
p { color: rgb(43,205,22); }
H1.HeaderClassName
{
color: #2BCD16;
}
.AnyTagClassName
{
color: #2BCD16;
}
</style>
background-color css
<style>
a { background-color: #2BCD16; }
a { background-color: rgb(43,205,22); }
div.DivClassName
{
background-color: #2BCD16;
}
.BgClassName
{
background-color: #2BCD16;
}
</style>
border-color css
<style>
span { border-color: #2BCD16; }
span { border-color: rgb(43,205,22); }
td.TdClassName
{
border-color: #2BCD16;
}
.TagClassName
{
border-color: #2BCD16;
}
</style>