Shades of Lime Green #2BC911
Tints of Lime Green #2BC911
RGB
CMYK
RGB Variations
Color information
#2BC911 (or 0x2BC911) is known color: Lime Green. HEX triplet: 2B, C9 and 11. RGB value is (43,201,17). Sum of RGB (Red+Green+Blue) = 43+201+17=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 201 (78.91% from 255 or 77.01% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC911 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC911 is #D436EE. Grayscale: #858585. Windows color (decimal): -13907695 or 1165611. OLE color: 1165611.
HSL color Cylindrical-coordinate representation of color #2BC911: hue angle of 111.52º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BC911 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 17 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.21 |
| HSL | 111.52º | 0.84% | 0.43% | - |
| HSV(B) | 111.52º | 0.92% | 0.79% | - |
| XYZ | 21.98 | 42.33 | 7.54 | - |
| YUV | 132.78 | 62.65 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 17 | 0.79 | 0 | 0.92 | 0.21 | 111.52 | 0.84 | 0.43 |
| Hex | 2B | C9 | 11 | 4F | 0 | 5C | 15 | 70 | 54 | 2B |
| Octal | 53 | 311 | 21 | 117 | 0 | 134 | 25 | 160 | 124 | 53 |
| Binary | 101011 | 11001001 | 10001 | 1001111 | 0 | 1011100 | 10101 | 1110000 | 1010100 | 101011 |
Color Harmonies of #2BC911
Complementary color
Monochromatic Colors of #2BC911
Black with #2BC911
Text Example
Text Example
White with #2BC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC911; }
p { color: rgb(43,201,17); }
H1.HeaderClassName
{
color: #2BC911;
}
.AnyTagClassName
{
color: #2BC911;
}
</style>
background-color css
<style>
a { background-color: #2BC911; }
a { background-color: rgb(43,201,17); }
div.DivClassName
{
background-color: #2BC911;
}
.BgClassName
{
background-color: #2BC911;
}
</style>
border-color css
<style>
span { border-color: #2BC911; }
span { border-color: rgb(43,201,17); }
td.TdClassName
{
border-color: #2BC911;
}
.TagClassName
{
border-color: #2BC911;
}
</style>