Shades of Lime Green #2CC546
Tints of Lime Green #2CC546
RGB
CMYK
RGB Variations
Color information
#2CC546 (or 0x2CC546) is known color: Lime Green. HEX triplet: 2C, C5 and 46. RGB value is (44,197,70). Sum of RGB (Red+Green+Blue) = 44+197+70=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC546 is #D33AB9. Grayscale: #898989. Windows color (decimal): -13843130 or 4637996. OLE color: 4637996.
HSL color Cylindrical-coordinate representation of color #2CC546: hue angle of 130.2º 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 #2CC546 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 70 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.23 |
| HSL | 130.2º | 0.63% | 0.47% | - |
| HSV(B) | 130.2º | 0.78% | 0.77% | - |
| XYZ | 22.11 | 40.91 | 12.53 | - |
| YUV | 136.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 70 | 0.78 | 0 | 0.64 | 0.23 | 130.2 | 0.63 | 0.47 |
| Hex | 2C | C5 | 46 | 4E | 0 | 40 | 17 | 82 | 3F | 2F |
| Octal | 54 | 305 | 106 | 116 | 0 | 100 | 27 | 202 | 77 | 57 |
| Binary | 101100 | 11000101 | 1000110 | 1001110 | 0 | 1000000 | 10111 | 10000010 | 111111 | 101111 |
Color Harmonies of #2CC546
Complementary color
Monochromatic Colors of #2CC546
Black with #2CC546
Text Example
Text Example
White with #2CC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC546; }
p { color: rgb(44,197,70); }
H1.HeaderClassName
{
color: #2CC546;
}
.AnyTagClassName
{
color: #2CC546;
}
</style>
background-color css
<style>
a { background-color: #2CC546; }
a { background-color: rgb(44,197,70); }
div.DivClassName
{
background-color: #2CC546;
}
.BgClassName
{
background-color: #2CC546;
}
</style>
border-color css
<style>
span { border-color: #2CC546; }
span { border-color: rgb(44,197,70); }
td.TdClassName
{
border-color: #2CC546;
}
.TagClassName
{
border-color: #2CC546;
}
</style>