Shades of Lime Green #2CC54F
Tints of Lime Green #2CC54F
RGB
CMYK
RGB Variations
Color information
#2CC54F (or 0x2CC54F) is known color: Lime Green. HEX triplet: 2C, C5 and 4F. RGB value is (44,197,79). Sum of RGB (Red+Green+Blue) = 44+197+79=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC54F is #D33AB0. Grayscale: #8A8A8A. Windows color (decimal): -13843121 or 5227820. OLE color: 5227820.
HSL color Cylindrical-coordinate representation of color #2CC54F: hue angle of 133.73º 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 #2CC54F is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 79 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.23 |
| HSL | 133.73º | 0.63% | 0.47% | - |
| HSV(B) | 133.73º | 0.78% | 0.77% | - |
| XYZ | 22.42 | 41.03 | 14.14 | - |
| YUV | 137.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 79 | 0.78 | 0 | 0.60 | 0.23 | 133.73 | 0.63 | 0.47 |
| Hex | 2C | C5 | 4F | 4E | 0 | 3C | 17 | 86 | 3F | 2F |
| Octal | 54 | 305 | 117 | 116 | 0 | 74 | 27 | 206 | 77 | 57 |
| Binary | 101100 | 11000101 | 1001111 | 1001110 | 0 | 111100 | 10111 | 10000110 | 111111 | 101111 |
Color Harmonies of #2CC54F
Complementary color
Monochromatic Colors of #2CC54F
Black with #2CC54F
Text Example
Text Example
White with #2CC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC54F; }
p { color: rgb(44,197,79); }
H1.HeaderClassName
{
color: #2CC54F;
}
.AnyTagClassName
{
color: #2CC54F;
}
</style>
background-color css
<style>
a { background-color: #2CC54F; }
a { background-color: rgb(44,197,79); }
div.DivClassName
{
background-color: #2CC54F;
}
.BgClassName
{
background-color: #2CC54F;
}
</style>
border-color css
<style>
span { border-color: #2CC54F; }
span { border-color: rgb(44,197,79); }
td.TdClassName
{
border-color: #2CC54F;
}
.TagClassName
{
border-color: #2CC54F;
}
</style>