Shades of Lime Green #4FCC41
Tints of Lime Green #4FCC41
RGB
CMYK
RGB Variations
Color information
#4FCC41 (or 0x4FCC41) is known color: Lime Green. HEX triplet: 4F, CC and 41. RGB value is (79,204,65). Sum of RGB (Red+Green+Blue) = 79+204+65=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC41 is #B033BE. Grayscale: #979797. Windows color (decimal): -11547583 or 4312143. OLE color: 4312143.
HSL color Cylindrical-coordinate representation of color #4FCC41: hue angle of 113.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FCC41 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 65 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.2 |
| HSL | 113.96º | 0.58% | 0.53% | - |
| HSV(B) | 113.96º | 0.68% | 0.8% | - |
| XYZ | 25.77 | 45.23 | 12.37 | - |
| YUV | 150.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 65 | 0.61 | 0 | 0.68 | 0.2 | 113.96 | 0.58 | 0.53 |
| Hex | 4F | CC | 41 | 3D | 0 | 44 | 14 | 72 | 3A | 35 |
| Octal | 117 | 314 | 101 | 75 | 0 | 104 | 24 | 162 | 72 | 65 |
| Binary | 1001111 | 11001100 | 1000001 | 111101 | 0 | 1000100 | 10100 | 1110010 | 111010 | 110101 |
Color Harmonies of #4FCC41
Complementary color
Monochromatic Colors of #4FCC41
Black with #4FCC41
Text Example
Text Example
White with #4FCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC41; }
p { color: rgb(79,204,65); }
H1.HeaderClassName
{
color: #4FCC41;
}
.AnyTagClassName
{
color: #4FCC41;
}
</style>
background-color css
<style>
a { background-color: #4FCC41; }
a { background-color: rgb(79,204,65); }
div.DivClassName
{
background-color: #4FCC41;
}
.BgClassName
{
background-color: #4FCC41;
}
</style>
border-color css
<style>
span { border-color: #4FCC41; }
span { border-color: rgb(79,204,65); }
td.TdClassName
{
border-color: #4FCC41;
}
.TagClassName
{
border-color: #4FCC41;
}
</style>