Shades of Lime Green #2CB836
Tints of Lime Green #2CB836
RGB
CMYK
RGB Variations
Color information
#2CB836 (or 0x2CB836) is known color: Lime Green. HEX triplet: 2C, B8 and 36. RGB value is (44,184,54). Sum of RGB (Red+Green+Blue) = 44+184+54=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB836 is #D347C9. Grayscale: #7F7F7F. Windows color (decimal): -13846474 or 3586092. OLE color: 3586092.
HSL color Cylindrical-coordinate representation of color #2CB836: hue angle of 124.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 #2CB836 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 54 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.28 |
| HSL | 124.29º | 0.61% | 0.45% | - |
| HSV(B) | 124.29º | 0.76% | 0.72% | - |
| XYZ | 18.85 | 35.08 | 9.27 | - |
| YUV | 127.32 | 86.62 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 54 | 0.76 | 0 | 0.71 | 0.28 | 124.29 | 0.61 | 0.45 |
| Hex | 2C | B8 | 36 | 4C | 0 | 47 | 1C | 7C | 3D | 2D |
| Octal | 54 | 270 | 66 | 114 | 0 | 107 | 34 | 174 | 75 | 55 |
| Binary | 101100 | 10111000 | 110110 | 1001100 | 0 | 1000111 | 11100 | 1111100 | 111101 | 101101 |
Color Harmonies of #2CB836
Complementary color
Monochromatic Colors of #2CB836
Black with #2CB836
Text Example
Text Example
White with #2CB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB836; }
p { color: rgb(44,184,54); }
H1.HeaderClassName
{
color: #2CB836;
}
.AnyTagClassName
{
color: #2CB836;
}
</style>
background-color css
<style>
a { background-color: #2CB836; }
a { background-color: rgb(44,184,54); }
div.DivClassName
{
background-color: #2CB836;
}
.BgClassName
{
background-color: #2CB836;
}
</style>
border-color css
<style>
span { border-color: #2CB836; }
span { border-color: rgb(44,184,54); }
td.TdClassName
{
border-color: #2CB836;
}
.TagClassName
{
border-color: #2CB836;
}
</style>