Shades of Lime Green #2CB545
Tints of Lime Green #2CB545
RGB
CMYK
RGB Variations
Color information
#2CB545 (or 0x2CB545) is known color: Lime Green. HEX triplet: 2C, B5 and 45. RGB value is (44,181,69). Sum of RGB (Red+Green+Blue) = 44+181+69=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB545 is #D34ABA. Grayscale: #7F7F7F. Windows color (decimal): -13847227 or 4568364. OLE color: 4568364.
HSL color Cylindrical-coordinate representation of color #2CB545: hue angle of 130.95º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB545 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 69 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.29 |
| HSL | 130.95º | 0.61% | 0.44% | - |
| HSV(B) | 130.95º | 0.76% | 0.71% | - |
| XYZ | 18.64 | 34.01 | 11.21 | - |
| YUV | 127.27 | 95.11 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 69 | 0.76 | 0 | 0.62 | 0.29 | 130.95 | 0.61 | 0.44 |
| Hex | 2C | B5 | 45 | 4C | 0 | 3E | 1D | 83 | 3D | 2C |
| Octal | 54 | 265 | 105 | 114 | 0 | 76 | 35 | 203 | 75 | 54 |
| Binary | 101100 | 10110101 | 1000101 | 1001100 | 0 | 111110 | 11101 | 10000011 | 111101 | 101100 |
Color Harmonies of #2CB545
Complementary color
Monochromatic Colors of #2CB545
Black with #2CB545
Text Example
Text Example
White with #2CB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB545; }
p { color: rgb(44,181,69); }
H1.HeaderClassName
{
color: #2CB545;
}
.AnyTagClassName
{
color: #2CB545;
}
</style>
background-color css
<style>
a { background-color: #2CB545; }
a { background-color: rgb(44,181,69); }
div.DivClassName
{
background-color: #2CB545;
}
.BgClassName
{
background-color: #2CB545;
}
</style>
border-color css
<style>
span { border-color: #2CB545; }
span { border-color: rgb(44,181,69); }
td.TdClassName
{
border-color: #2CB545;
}
.TagClassName
{
border-color: #2CB545;
}
</style>