Shades of Lime Green #2BBC16
Tints of Lime Green #2BBC16
RGB
CMYK
RGB Variations
Color information
#2BBC16 (or 0x2BBC16) is known color: Lime Green. HEX triplet: 2B, BC and 16. RGB value is (43,188,22). Sum of RGB (Red+Green+Blue) = 43+188+22=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC16 is #D443E9. Grayscale: #7E7E7E. Windows color (decimal): -13911018 or 1489963. OLE color: 1489963.
HSL color Cylindrical-coordinate representation of color #2BBC16: hue angle of 112.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BBC16 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 22 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.26 |
| HSL | 112.41º | 0.79% | 0.41% | - |
| HSV(B) | 112.41º | 0.88% | 0.74% | - |
| XYZ | 19.12 | 36.54 | 6.8 | - |
| YUV | 125.72 | 69.46 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 22 | 0.77 | 0 | 0.88 | 0.26 | 112.41 | 0.79 | 0.41 |
| Hex | 2B | BC | 16 | 4D | 0 | 58 | 1A | 70 | 4F | 29 |
| Octal | 53 | 274 | 26 | 115 | 0 | 130 | 32 | 160 | 117 | 51 |
| Binary | 101011 | 10111100 | 10110 | 1001101 | 0 | 1011000 | 11010 | 1110000 | 1001111 | 101001 |
Color Harmonies of #2BBC16
Complementary color
Monochromatic Colors of #2BBC16
Black with #2BBC16
Text Example
Text Example
White with #2BBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC16; }
p { color: rgb(43,188,22); }
H1.HeaderClassName
{
color: #2BBC16;
}
.AnyTagClassName
{
color: #2BBC16;
}
</style>
background-color css
<style>
a { background-color: #2BBC16; }
a { background-color: rgb(43,188,22); }
div.DivClassName
{
background-color: #2BBC16;
}
.BgClassName
{
background-color: #2BBC16;
}
</style>
border-color css
<style>
span { border-color: #2BBC16; }
span { border-color: rgb(43,188,22); }
td.TdClassName
{
border-color: #2BBC16;
}
.TagClassName
{
border-color: #2BBC16;
}
</style>