Shades of Lime Green #4FCC45
Tints of Lime Green #4FCC45
RGB
CMYK
RGB Variations
Color information
#4FCC45 (or 0x4FCC45) is known color: Lime Green. HEX triplet: 4F, CC and 45. RGB value is (79,204,69). Sum of RGB (Red+Green+Blue) = 79+204+69=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC45 is #B033BA. Grayscale: #979797. Windows color (decimal): -11547579 or 4574287. OLE color: 4574287.
HSL color Cylindrical-coordinate representation of color #4FCC45: hue angle of 115.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCC45 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 69 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.2 |
| HSL | 115.56º | 0.57% | 0.54% | - |
| HSV(B) | 115.56º | 0.66% | 0.8% | - |
| XYZ | 25.89 | 45.28 | 13.01 | - |
| YUV | 151.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 69 | 0.61 | 0 | 0.66 | 0.2 | 115.56 | 0.57 | 0.54 |
| Hex | 4F | CC | 45 | 3D | 0 | 42 | 14 | 74 | 39 | 36 |
| Octal | 117 | 314 | 105 | 75 | 0 | 102 | 24 | 164 | 71 | 66 |
| Binary | 1001111 | 11001100 | 1000101 | 111101 | 0 | 1000010 | 10100 | 1110100 | 111001 | 110110 |
Color Harmonies of #4FCC45
Complementary color
Monochromatic Colors of #4FCC45
Black with #4FCC45
Text Example
Text Example
White with #4FCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC45; }
p { color: rgb(79,204,69); }
H1.HeaderClassName
{
color: #4FCC45;
}
.AnyTagClassName
{
color: #4FCC45;
}
</style>
background-color css
<style>
a { background-color: #4FCC45; }
a { background-color: rgb(79,204,69); }
div.DivClassName
{
background-color: #4FCC45;
}
.BgClassName
{
background-color: #4FCC45;
}
</style>
border-color css
<style>
span { border-color: #4FCC45; }
span { border-color: rgb(79,204,69); }
td.TdClassName
{
border-color: #4FCC45;
}
.TagClassName
{
border-color: #4FCC45;
}
</style>