Shades of Lime Green #2CB82F
Tints of Lime Green #2CB82F
RGB
CMYK
RGB Variations
Color information
#2CB82F (or 0x2CB82F) is known color: Lime Green. HEX triplet: 2C, B8 and 2F. RGB value is (44,184,47). Sum of RGB (Red+Green+Blue) = 44+184+47=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB82F is #D347D0. Grayscale: #7E7E7E. Windows color (decimal): -13846481 or 3127340. OLE color: 3127340.
HSL color Cylindrical-coordinate representation of color #2CB82F: hue angle of 121.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB82F is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 47 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.28 |
| HSL | 121.29º | 0.61% | 0.45% | - |
| HSV(B) | 121.29º | 0.76% | 0.72% | - |
| XYZ | 18.69 | 35.02 | 8.46 | - |
| YUV | 126.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 47 | 0.76 | 0 | 0.74 | 0.28 | 121.29 | 0.61 | 0.45 |
| Hex | 2C | B8 | 2F | 4C | 0 | 4A | 1C | 79 | 3D | 2D |
| Octal | 54 | 270 | 57 | 114 | 0 | 112 | 34 | 171 | 75 | 55 |
| Binary | 101100 | 10111000 | 101111 | 1001100 | 0 | 1001010 | 11100 | 1111001 | 111101 | 101101 |
Color Harmonies of #2CB82F
Complementary color
Monochromatic Colors of #2CB82F
Black with #2CB82F
Text Example
Text Example
White with #2CB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB82F; }
p { color: rgb(44,184,47); }
H1.HeaderClassName
{
color: #2CB82F;
}
.AnyTagClassName
{
color: #2CB82F;
}
</style>
background-color css
<style>
a { background-color: #2CB82F; }
a { background-color: rgb(44,184,47); }
div.DivClassName
{
background-color: #2CB82F;
}
.BgClassName
{
background-color: #2CB82F;
}
</style>
border-color css
<style>
span { border-color: #2CB82F; }
span { border-color: rgb(44,184,47); }
td.TdClassName
{
border-color: #2CB82F;
}
.TagClassName
{
border-color: #2CB82F;
}
</style>