Shades of Lime Green #2CB82B
Tints of Lime Green #2CB82B
RGB
CMYK
RGB Variations
Color information
#2CB82B (or 0x2CB82B) is known color: Lime Green. HEX triplet: 2C, B8 and 2B. RGB value is (44,184,43). Sum of RGB (Red+Green+Blue) = 44+184+43=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 184 (72.27% from 255 or 67.90% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB82B is #D347D4. Grayscale: #7E7E7E. Windows color (decimal): -13846485 or 2865196. OLE color: 2865196.
HSL color Cylindrical-coordinate representation of color #2CB82B: hue angle of 119.57º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CB82B is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 43 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.28 |
| HSL | 119.57º | 0.62% | 0.45% | - |
| HSV(B) | 119.57º | 0.77% | 0.72% | - |
| XYZ | 18.62 | 34.99 | 8.06 | - |
| YUV | 126.07 | 81.12 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 43 | 0.76 | 0 | 0.77 | 0.28 | 119.57 | 0.62 | 0.45 |
| Hex | 2C | B8 | 2B | 4C | 0 | 4D | 1C | 78 | 3E | 2D |
| Octal | 54 | 270 | 53 | 114 | 0 | 115 | 34 | 170 | 76 | 55 |
| Binary | 101100 | 10111000 | 101011 | 1001100 | 0 | 1001101 | 11100 | 1111000 | 111110 | 101101 |
Color Harmonies of #2CB82B
Complementary color
Monochromatic Colors of #2CB82B
Black with #2CB82B
Text Example
Text Example
White with #2CB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB82B; }
p { color: rgb(44,184,43); }
H1.HeaderClassName
{
color: #2CB82B;
}
.AnyTagClassName
{
color: #2CB82B;
}
</style>
background-color css
<style>
a { background-color: #2CB82B; }
a { background-color: rgb(44,184,43); }
div.DivClassName
{
background-color: #2CB82B;
}
.BgClassName
{
background-color: #2CB82B;
}
</style>
border-color css
<style>
span { border-color: #2CB82B; }
span { border-color: rgb(44,184,43); }
td.TdClassName
{
border-color: #2CB82B;
}
.TagClassName
{
border-color: #2CB82B;
}
</style>