Shades of Lime Green #2CB748
Tints of Lime Green #2CB748
RGB
CMYK
RGB Variations
Color information
#2CB748 (or 0x2CB748) is known color: Lime Green. HEX triplet: 2C, B7 and 48. RGB value is (44,183,72). Sum of RGB (Red+Green+Blue) = 44+183+72=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB748 is #D348B7. Grayscale: #818181. Windows color (decimal): -13846712 or 4765484. OLE color: 4765484.
HSL color Cylindrical-coordinate representation of color #2CB748: hue angle of 132.09º 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 #2CB748 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 72 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.28 |
| HSL | 132.09º | 0.61% | 0.45% | - |
| HSV(B) | 132.09º | 0.76% | 0.72% | - |
| XYZ | 19.14 | 34.87 | 11.85 | - |
| YUV | 128.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 72 | 0.76 | 0 | 0.61 | 0.28 | 132.09 | 0.61 | 0.45 |
| Hex | 2C | B7 | 48 | 4C | 0 | 3D | 1C | 84 | 3D | 2D |
| Octal | 54 | 267 | 110 | 114 | 0 | 75 | 34 | 204 | 75 | 55 |
| Binary | 101100 | 10110111 | 1001000 | 1001100 | 0 | 111101 | 11100 | 10000100 | 111101 | 101101 |
Color Harmonies of #2CB748
Complementary color
Monochromatic Colors of #2CB748
Black with #2CB748
Text Example
Text Example
White with #2CB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB748; }
p { color: rgb(44,183,72); }
H1.HeaderClassName
{
color: #2CB748;
}
.AnyTagClassName
{
color: #2CB748;
}
</style>
background-color css
<style>
a { background-color: #2CB748; }
a { background-color: rgb(44,183,72); }
div.DivClassName
{
background-color: #2CB748;
}
.BgClassName
{
background-color: #2CB748;
}
</style>
border-color css
<style>
span { border-color: #2CB748; }
span { border-color: rgb(44,183,72); }
td.TdClassName
{
border-color: #2CB748;
}
.TagClassName
{
border-color: #2CB748;
}
</style>