Shades of Lime Green #2BD011
Tints of Lime Green #2BD011
RGB
CMYK
RGB Variations
Color information
#2BD011 (or 0x2BD011) is known color: Lime Green. HEX triplet: 2B, D0 and 11. RGB value is (43,208,17). Sum of RGB (Red+Green+Blue) = 43+208+17=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD011 is #D42FEE. Grayscale: #898989. Windows color (decimal): -13905903 or 1167403. OLE color: 1167403.
HSL color Cylindrical-coordinate representation of color #2BD011: hue angle of 111.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BD011 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 17 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.18 |
| HSL | 111.83º | 0.85% | 0.44% | - |
| HSV(B) | 111.83º | 0.92% | 0.82% | - |
| XYZ | 23.65 | 45.67 | 8.1 | - |
| YUV | 136.89 | 60.34 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 17 | 0.79 | 0 | 0.92 | 0.18 | 111.83 | 0.85 | 0.44 |
| Hex | 2B | D0 | 11 | 4F | 0 | 5C | 12 | 70 | 55 | 2C |
| Octal | 53 | 320 | 21 | 117 | 0 | 134 | 22 | 160 | 125 | 54 |
| Binary | 101011 | 11010000 | 10001 | 1001111 | 0 | 1011100 | 10010 | 1110000 | 1010101 | 101100 |
Color Harmonies of #2BD011
Complementary color
Monochromatic Colors of #2BD011
Black with #2BD011
Text Example
Text Example
White with #2BD011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD011; }
p { color: rgb(43,208,17); }
H1.HeaderClassName
{
color: #2BD011;
}
.AnyTagClassName
{
color: #2BD011;
}
</style>
background-color css
<style>
a { background-color: #2BD011; }
a { background-color: rgb(43,208,17); }
div.DivClassName
{
background-color: #2BD011;
}
.BgClassName
{
background-color: #2BD011;
}
</style>
border-color css
<style>
span { border-color: #2BD011; }
span { border-color: rgb(43,208,17); }
td.TdClassName
{
border-color: #2BD011;
}
.TagClassName
{
border-color: #2BD011;
}
</style>