Shades of Lime Green #2BBC17
Tints of Lime Green #2BBC17
RGB
CMYK
RGB Variations
Color information
#2BBC17 (or 0x2BBC17) is known color: Lime Green. HEX triplet: 2B, BC and 17. RGB value is (43,188,23). Sum of RGB (Red+Green+Blue) = 43+188+23=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC17 is #D443E8. Grayscale: #7E7E7E. Windows color (decimal): -13911017 or 1555499. OLE color: 1555499.
HSL color Cylindrical-coordinate representation of color #2BBC17: hue angle of 112.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BBC17 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 23 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.26 |
| HSL | 112.73º | 0.78% | 0.41% | - |
| HSV(B) | 112.73º | 0.88% | 0.74% | - |
| XYZ | 19.13 | 36.54 | 6.86 | - |
| YUV | 125.84 | 69.96 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 23 | 0.77 | 0 | 0.88 | 0.26 | 112.73 | 0.78 | 0.41 |
| Hex | 2B | BC | 17 | 4D | 0 | 58 | 1A | 71 | 4E | 29 |
| Octal | 53 | 274 | 27 | 115 | 0 | 130 | 32 | 161 | 116 | 51 |
| Binary | 101011 | 10111100 | 10111 | 1001101 | 0 | 1011000 | 11010 | 1110001 | 1001110 | 101001 |
Color Harmonies of #2BBC17
Complementary color
Monochromatic Colors of #2BBC17
Black with #2BBC17
Text Example
Text Example
White with #2BBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC17; }
p { color: rgb(43,188,23); }
H1.HeaderClassName
{
color: #2BBC17;
}
.AnyTagClassName
{
color: #2BBC17;
}
</style>
background-color css
<style>
a { background-color: #2BBC17; }
a { background-color: rgb(43,188,23); }
div.DivClassName
{
background-color: #2BBC17;
}
.BgClassName
{
background-color: #2BBC17;
}
</style>
border-color css
<style>
span { border-color: #2BBC17; }
span { border-color: rgb(43,188,23); }
td.TdClassName
{
border-color: #2BBC17;
}
.TagClassName
{
border-color: #2BBC17;
}
</style>