Shades of Lime Green #2BCF16
Tints of Lime Green #2BCF16
RGB
CMYK
RGB Variations
Color information
#2BCF16 (or 0x2BCF16) is known color: Lime Green. HEX triplet: 2B, CF and 16. RGB value is (43,207,22). Sum of RGB (Red+Green+Blue) = 43+207+22=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCF16 is #D430E9. Grayscale: #898989. Windows color (decimal): -13906154 or 1494827. OLE color: 1494827.
HSL color Cylindrical-coordinate representation of color #2BCF16: hue angle of 113.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BCF16 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 22 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.19 |
| HSL | 113.19º | 0.81% | 0.45% | - |
| HSV(B) | 113.19º | 0.89% | 0.81% | - |
| XYZ | 23.45 | 45.2 | 8.25 | - |
| YUV | 136.87 | 63.17 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 22 | 0.79 | 0 | 0.89 | 0.19 | 113.19 | 0.81 | 0.45 |
| Hex | 2B | CF | 16 | 4F | 0 | 59 | 13 | 71 | 51 | 2D |
| Octal | 53 | 317 | 26 | 117 | 0 | 131 | 23 | 161 | 121 | 55 |
| Binary | 101011 | 11001111 | 10110 | 1001111 | 0 | 1011001 | 10011 | 1110001 | 1010001 | 101101 |
Color Harmonies of #2BCF16
Complementary color
Monochromatic Colors of #2BCF16
Black with #2BCF16
Text Example
Text Example
White with #2BCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCF16; }
p { color: rgb(43,207,22); }
H1.HeaderClassName
{
color: #2BCF16;
}
.AnyTagClassName
{
color: #2BCF16;
}
</style>
background-color css
<style>
a { background-color: #2BCF16; }
a { background-color: rgb(43,207,22); }
div.DivClassName
{
background-color: #2BCF16;
}
.BgClassName
{
background-color: #2BCF16;
}
</style>
border-color css
<style>
span { border-color: #2BCF16; }
span { border-color: rgb(43,207,22); }
td.TdClassName
{
border-color: #2BCF16;
}
.TagClassName
{
border-color: #2BCF16;
}
</style>