Shades of Lime Green #2CC540
Tints of Lime Green #2CC540
RGB
CMYK
RGB Variations
Color information
#2CC540 (or 0x2CC540) is known color: Lime Green. HEX triplet: 2C, C5 and 40. RGB value is (44,197,64). Sum of RGB (Red+Green+Blue) = 44+197+64=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC540 is #D33ABF. Grayscale: #888888. Windows color (decimal): -13843136 or 4244780. OLE color: 4244780.
HSL color Cylindrical-coordinate representation of color #2CC540: hue angle of 127.84º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC540 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 64 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.23 |
| HSL | 127.84º | 0.63% | 0.47% | - |
| HSV(B) | 127.84º | 0.78% | 0.77% | - |
| XYZ | 21.93 | 40.84 | 11.58 | - |
| YUV | 136.09 | 87.31 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 64 | 0.78 | 0 | 0.68 | 0.23 | 127.84 | 0.63 | 0.47 |
| Hex | 2C | C5 | 40 | 4E | 0 | 44 | 17 | 80 | 3F | 2F |
| Octal | 54 | 305 | 100 | 116 | 0 | 104 | 27 | 200 | 77 | 57 |
| Binary | 101100 | 11000101 | 1000000 | 1001110 | 0 | 1000100 | 10111 | 10000000 | 111111 | 101111 |
Color Harmonies of #2CC540
Complementary color
Monochromatic Colors of #2CC540
Black with #2CC540
Text Example
Text Example
White with #2CC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC540; }
p { color: rgb(44,197,64); }
H1.HeaderClassName
{
color: #2CC540;
}
.AnyTagClassName
{
color: #2CC540;
}
</style>
background-color css
<style>
a { background-color: #2CC540; }
a { background-color: rgb(44,197,64); }
div.DivClassName
{
background-color: #2CC540;
}
.BgClassName
{
background-color: #2CC540;
}
</style>
border-color css
<style>
span { border-color: #2CC540; }
span { border-color: rgb(44,197,64); }
td.TdClassName
{
border-color: #2CC540;
}
.TagClassName
{
border-color: #2CC540;
}
</style>