Shades of Lime Green #2BD910
Tints of Lime Green #2BD910
RGB
CMYK
RGB Variations
Color information
#2BD910 (or 0x2BD910) is known color: Lime Green. HEX triplet: 2B, D9 and 10. RGB value is (43,217,16). Sum of RGB (Red+Green+Blue) = 43+217+16=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD910 is #D426EF. Grayscale: #8E8E8E. Windows color (decimal): -13903600 or 1104171. OLE color: 1104171.
HSL color Cylindrical-coordinate representation of color #2BD910: hue angle of 111.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BD910 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.15 |
| HSL | 111.94º | 0.86% | 0.46% | - |
| HSV(B) | 111.94º | 0.93% | 0.85% | - |
| XYZ | 25.9 | 50.18 | 8.81 | - |
| YUV | 142.06 | 56.85 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 16 | 0.80 | 0 | 0.93 | 0.15 | 111.94 | 0.86 | 0.46 |
| Hex | 2B | D9 | 10 | 50 | 0 | 5D | F | 70 | 56 | 2E |
| Octal | 53 | 331 | 20 | 120 | 0 | 135 | 17 | 160 | 126 | 56 |
| Binary | 101011 | 11011001 | 10000 | 1010000 | 0 | 1011101 | 1111 | 1110000 | 1010110 | 101110 |
Color Harmonies of #2BD910
Complementary color
Monochromatic Colors of #2BD910
Black with #2BD910
Text Example
Text Example
White with #2BD910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD910; }
p { color: rgb(43,217,16); }
H1.HeaderClassName
{
color: #2BD910;
}
.AnyTagClassName
{
color: #2BD910;
}
</style>
background-color css
<style>
a { background-color: #2BD910; }
a { background-color: rgb(43,217,16); }
div.DivClassName
{
background-color: #2BD910;
}
.BgClassName
{
background-color: #2BD910;
}
</style>
border-color css
<style>
span { border-color: #2BD910; }
span { border-color: rgb(43,217,16); }
td.TdClassName
{
border-color: #2BD910;
}
.TagClassName
{
border-color: #2BD910;
}
</style>