Shades of Lime Green #2CB725
Tints of Lime Green #2CB725
RGB
CMYK
RGB Variations
Color information
#2CB725 (or 0x2CB725) is known color: Lime Green. HEX triplet: 2C, B7 and 25. RGB value is (44,183,37). Sum of RGB (Red+Green+Blue) = 44+183+37=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB725 is #D348DA. Grayscale: #7D7D7D. Windows color (decimal): -13846747 or 2471724. OLE color: 2471724.
HSL color Cylindrical-coordinate representation of color #2CB725: hue angle of 117.12º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CB725 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 37 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.28 |
| HSL | 117.12º | 0.66% | 0.43% | - |
| HSV(B) | 117.12º | 0.8% | 0.72% | - |
| XYZ | 18.31 | 34.54 | 7.45 | - |
| YUV | 124.8 | 78.45 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 37 | 0.76 | 0 | 0.80 | 0.28 | 117.12 | 0.66 | 0.43 |
| Hex | 2C | B7 | 25 | 4C | 0 | 50 | 1C | 75 | 42 | 2B |
| Octal | 54 | 267 | 45 | 114 | 0 | 120 | 34 | 165 | 102 | 53 |
| Binary | 101100 | 10110111 | 100101 | 1001100 | 0 | 1010000 | 11100 | 1110101 | 1000010 | 101011 |
Color Harmonies of #2CB725
Complementary color
Monochromatic Colors of #2CB725
Black with #2CB725
Text Example
Text Example
White with #2CB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB725; }
p { color: rgb(44,183,37); }
H1.HeaderClassName
{
color: #2CB725;
}
.AnyTagClassName
{
color: #2CB725;
}
</style>
background-color css
<style>
a { background-color: #2CB725; }
a { background-color: rgb(44,183,37); }
div.DivClassName
{
background-color: #2CB725;
}
.BgClassName
{
background-color: #2CB725;
}
</style>
border-color css
<style>
span { border-color: #2CB725; }
span { border-color: rgb(44,183,37); }
td.TdClassName
{
border-color: #2CB725;
}
.TagClassName
{
border-color: #2CB725;
}
</style>