Shades of Lime Green #4FCC35
Tints of Lime Green #4FCC35
RGB
CMYK
RGB Variations
Color information
#4FCC35 (or 0x4FCC35) is known color: Lime Green. HEX triplet: 4F, CC and 35. RGB value is (79,204,53). Sum of RGB (Red+Green+Blue) = 79+204+53=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC35 is #B033CA. Grayscale: #959595. Windows color (decimal): -11547595 or 3525711. OLE color: 3525711.
HSL color Cylindrical-coordinate representation of color #4FCC35: hue angle of 109.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4FCC35 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 53 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.2 |
| HSL | 109.67º | 0.6% | 0.5% | - |
| HSV(B) | 109.67º | 0.74% | 0.8% | - |
| XYZ | 25.46 | 45.11 | 10.73 | - |
| YUV | 149.41 | 73.59 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 53 | 0.61 | 0 | 0.74 | 0.2 | 109.67 | 0.6 | 0.5 |
| Hex | 4F | CC | 35 | 3D | 0 | 4A | 14 | 6E | 3C | 32 |
| Octal | 117 | 314 | 65 | 75 | 0 | 112 | 24 | 156 | 74 | 62 |
| Binary | 1001111 | 11001100 | 110101 | 111101 | 0 | 1001010 | 10100 | 1101110 | 111100 | 110010 |
Color Harmonies of #4FCC35
Complementary color
Monochromatic Colors of #4FCC35
Black with #4FCC35
Text Example
Text Example
White with #4FCC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC35; }
p { color: rgb(79,204,53); }
H1.HeaderClassName
{
color: #4FCC35;
}
.AnyTagClassName
{
color: #4FCC35;
}
</style>
background-color css
<style>
a { background-color: #4FCC35; }
a { background-color: rgb(79,204,53); }
div.DivClassName
{
background-color: #4FCC35;
}
.BgClassName
{
background-color: #4FCC35;
}
</style>
border-color css
<style>
span { border-color: #4FCC35; }
span { border-color: rgb(79,204,53); }
td.TdClassName
{
border-color: #4FCC35;
}
.TagClassName
{
border-color: #4FCC35;
}
</style>