Shades of Lime Green #4CCF40
Tints of Lime Green #4CCF40
RGB
CMYK
RGB Variations
Color information
#4CCF40 (or 0x4CCF40) is known color: Lime Green. HEX triplet: 4C, CF and 40. RGB value is (76,207,64). Sum of RGB (Red+Green+Blue) = 76+207+64=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCF40 is #B330BF. Grayscale: #979797. Windows color (decimal): -11743424 or 4247372. OLE color: 4247372.
HSL color Cylindrical-coordinate representation of color #4CCF40: hue angle of 114.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CCF40 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 64 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.19 |
| HSL | 114.97º | 0.6% | 0.53% | - |
| HSV(B) | 114.97º | 0.69% | 0.81% | - |
| XYZ | 26.22 | 46.53 | 12.45 | - |
| YUV | 151.53 | 78.6 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 64 | 0.63 | 0 | 0.69 | 0.19 | 114.97 | 0.6 | 0.53 |
| Hex | 4C | CF | 40 | 3F | 0 | 45 | 13 | 73 | 3C | 35 |
| Octal | 114 | 317 | 100 | 77 | 0 | 105 | 23 | 163 | 74 | 65 |
| Binary | 1001100 | 11001111 | 1000000 | 111111 | 0 | 1000101 | 10011 | 1110011 | 111100 | 110101 |
Color Harmonies of #4CCF40
Complementary color
Monochromatic Colors of #4CCF40
Black with #4CCF40
Text Example
Text Example
White with #4CCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF40; }
p { color: rgb(76,207,64); }
H1.HeaderClassName
{
color: #4CCF40;
}
.AnyTagClassName
{
color: #4CCF40;
}
</style>
background-color css
<style>
a { background-color: #4CCF40; }
a { background-color: rgb(76,207,64); }
div.DivClassName
{
background-color: #4CCF40;
}
.BgClassName
{
background-color: #4CCF40;
}
</style>
border-color css
<style>
span { border-color: #4CCF40; }
span { border-color: rgb(76,207,64); }
td.TdClassName
{
border-color: #4CCF40;
}
.TagClassName
{
border-color: #4CCF40;
}
</style>