Shades of Lime Green #4CCD4F
Tints of Lime Green #4CCD4F
RGB
CMYK
RGB Variations
Color information
#4CCD4F (or 0x4CCD4F) is known color: Lime Green. HEX triplet: 4C, CD and 4F. RGB value is (76,205,79). Sum of RGB (Red+Green+Blue) = 76+205+79=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCD4F is #B332B0. Grayscale: #989898. Windows color (decimal): -11743921 or 5229900. OLE color: 5229900.
HSL color Cylindrical-coordinate representation of color #4CCD4F: hue angle of 121.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCD4F is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 79 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.20 |
| HSL | 121.4º | 0.56% | 0.55% | - |
| HSV(B) | 121.4º | 0.63% | 0.8% | - |
| XYZ | 26.22 | 45.76 | 14.85 | - |
| YUV | 152.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 79 | 0.63 | 0 | 0.61 | 0.20 | 121.4 | 0.56 | 0.55 |
| Hex | 4C | CD | 4F | 3F | 0 | 3D | 14 | 79 | 38 | 37 |
| Octal | 114 | 315 | 117 | 77 | 0 | 75 | 24 | 171 | 70 | 67 |
| Binary | 1001100 | 11001101 | 1001111 | 111111 | 0 | 111101 | 10100 | 1111001 | 111000 | 110111 |
Color Harmonies of #4CCD4F
Complementary color
Monochromatic Colors of #4CCD4F
Black with #4CCD4F
Text Example
Text Example
White with #4CCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD4F; }
p { color: rgb(76,205,79); }
H1.HeaderClassName
{
color: #4CCD4F;
}
.AnyTagClassName
{
color: #4CCD4F;
}
</style>
background-color css
<style>
a { background-color: #4CCD4F; }
a { background-color: rgb(76,205,79); }
div.DivClassName
{
background-color: #4CCD4F;
}
.BgClassName
{
background-color: #4CCD4F;
}
</style>
border-color css
<style>
span { border-color: #4CCD4F; }
span { border-color: rgb(76,205,79); }
td.TdClassName
{
border-color: #4CCD4F;
}
.TagClassName
{
border-color: #4CCD4F;
}
</style>