Shades of Lime Green #2BC620
Tints of Lime Green #2BC620
RGB
CMYK
RGB Variations
Color information
#2BC620 (or 0x2BC620) is known color: Lime Green. HEX triplet: 2B, C6 and 20. RGB value is (43,198,32). Sum of RGB (Red+Green+Blue) = 43+198+32=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 198 (77.73% from 255 or 72.53% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC620 is #D439DF. Grayscale: #858585. Windows color (decimal): -13908448 or 2147883. OLE color: 2147883.
HSL color Cylindrical-coordinate representation of color #2BC620: hue angle of 116.02º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BC620 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 32 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.22 |
| HSL | 116.02º | 0.72% | 0.45% | - |
| HSV(B) | 116.02º | 0.84% | 0.78% | - |
| XYZ | 21.45 | 41.01 | 8.15 | - |
| YUV | 132.73 | 71.15 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 32 | 0.78 | 0 | 0.84 | 0.22 | 116.02 | 0.72 | 0.45 |
| Hex | 2B | C6 | 20 | 4E | 0 | 54 | 16 | 74 | 48 | 2D |
| Octal | 53 | 306 | 40 | 116 | 0 | 124 | 26 | 164 | 110 | 55 |
| Binary | 101011 | 11000110 | 100000 | 1001110 | 0 | 1010100 | 10110 | 1110100 | 1001000 | 101101 |
Color Harmonies of #2BC620
Complementary color
Monochromatic Colors of #2BC620
Black with #2BC620
Text Example
Text Example
White with #2BC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC620; }
p { color: rgb(43,198,32); }
H1.HeaderClassName
{
color: #2BC620;
}
.AnyTagClassName
{
color: #2BC620;
}
</style>
background-color css
<style>
a { background-color: #2BC620; }
a { background-color: rgb(43,198,32); }
div.DivClassName
{
background-color: #2BC620;
}
.BgClassName
{
background-color: #2BC620;
}
</style>
border-color css
<style>
span { border-color: #2BC620; }
span { border-color: rgb(43,198,32); }
td.TdClassName
{
border-color: #2BC620;
}
.TagClassName
{
border-color: #2BC620;
}
</style>