Shades of Lime Green #2BD917
Tints of Lime Green #2BD917
RGB
CMYK
RGB Variations
Color information
#2BD917 (or 0x2BD917) is known color: Lime Green. HEX triplet: 2B, D9 and 17. RGB value is (43,217,23). Sum of RGB (Red+Green+Blue) = 43+217+23=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD917 is #D426E8. Grayscale: #8F8F8F. Windows color (decimal): -13903593 or 1562923. OLE color: 1562923.
HSL color Cylindrical-coordinate representation of color #2BD917: hue angle of 113.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BD917 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 23 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.15 |
| HSL | 113.81º | 0.81% | 0.47% | - |
| HSV(B) | 113.81º | 0.89% | 0.85% | - |
| XYZ | 25.96 | 50.2 | 9.13 | - |
| YUV | 142.86 | 60.35 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 23 | 0.80 | 0 | 0.89 | 0.15 | 113.81 | 0.81 | 0.47 |
| Hex | 2B | D9 | 17 | 50 | 0 | 59 | F | 72 | 51 | 2F |
| Octal | 53 | 331 | 27 | 120 | 0 | 131 | 17 | 162 | 121 | 57 |
| Binary | 101011 | 11011001 | 10111 | 1010000 | 0 | 1011001 | 1111 | 1110010 | 1010001 | 101111 |
Color Harmonies of #2BD917
Complementary color
Monochromatic Colors of #2BD917
Black with #2BD917
Text Example
Text Example
White with #2BD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD917; }
p { color: rgb(43,217,23); }
H1.HeaderClassName
{
color: #2BD917;
}
.AnyTagClassName
{
color: #2BD917;
}
</style>
background-color css
<style>
a { background-color: #2BD917; }
a { background-color: rgb(43,217,23); }
div.DivClassName
{
background-color: #2BD917;
}
.BgClassName
{
background-color: #2BD917;
}
</style>
border-color css
<style>
span { border-color: #2BD917; }
span { border-color: rgb(43,217,23); }
td.TdClassName
{
border-color: #2BD917;
}
.TagClassName
{
border-color: #2BD917;
}
</style>