Shades of Lime Green #4FCD34
Tints of Lime Green #4FCD34
RGB
CMYK
RGB Variations
Color information
#4FCD34 (or 0x4FCD34) is known color: Lime Green. HEX triplet: 4F, CD and 34. RGB value is (79,205,52). Sum of RGB (Red+Green+Blue) = 79+205+52=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD34 is #B032CB. Grayscale: #969696. Windows color (decimal): -11547340 or 3460431. OLE color: 3460431.
HSL color Cylindrical-coordinate representation of color #4FCD34: hue angle of 109.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FCD34 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 52 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.20 |
| HSL | 109.41º | 0.6% | 0.5% | - |
| HSV(B) | 109.41º | 0.75% | 0.8% | - |
| XYZ | 25.68 | 45.57 | 10.69 | - |
| YUV | 149.88 | 72.76 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 52 | 0.61 | 0 | 0.75 | 0.20 | 109.41 | 0.6 | 0.5 |
| Hex | 4F | CD | 34 | 3D | 0 | 4B | 14 | 6D | 3C | 32 |
| Octal | 117 | 315 | 64 | 75 | 0 | 113 | 24 | 155 | 74 | 62 |
| Binary | 1001111 | 11001101 | 110100 | 111101 | 0 | 1001011 | 10100 | 1101101 | 111100 | 110010 |
Color Harmonies of #4FCD34
Complementary color
Monochromatic Colors of #4FCD34
Black with #4FCD34
Text Example
Text Example
White with #4FCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD34; }
p { color: rgb(79,205,52); }
H1.HeaderClassName
{
color: #4FCD34;
}
.AnyTagClassName
{
color: #4FCD34;
}
</style>
background-color css
<style>
a { background-color: #4FCD34; }
a { background-color: rgb(79,205,52); }
div.DivClassName
{
background-color: #4FCD34;
}
.BgClassName
{
background-color: #4FCD34;
}
</style>
border-color css
<style>
span { border-color: #4FCD34; }
span { border-color: rgb(79,205,52); }
td.TdClassName
{
border-color: #4FCD34;
}
.TagClassName
{
border-color: #4FCD34;
}
</style>