Shades of Lime Green #4FCC36
Tints of Lime Green #4FCC36
RGB
CMYK
RGB Variations
Color information
#4FCC36 (or 0x4FCC36) is known color: Lime Green. HEX triplet: 4F, CC and 36. RGB value is (79,204,54). Sum of RGB (Red+Green+Blue) = 79+204+54=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC36 is #B033C9. Grayscale: #969696. Windows color (decimal): -11547594 or 3591247. OLE color: 3591247.
HSL color Cylindrical-coordinate representation of color #4FCC36: hue angle of 110º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4FCC36 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 54 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.2 |
| HSL | 110º | 0.6% | 0.51% | - |
| HSV(B) | 110º | 0.74% | 0.8% | - |
| XYZ | 25.48 | 45.11 | 10.85 | - |
| YUV | 149.53 | 74.09 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 54 | 0.61 | 0 | 0.74 | 0.2 | 110 | 0.6 | 0.51 |
| Hex | 4F | CC | 36 | 3D | 0 | 4A | 14 | 6E | 3C | 33 |
| Octal | 117 | 314 | 66 | 75 | 0 | 112 | 24 | 156 | 74 | 63 |
| Binary | 1001111 | 11001100 | 110110 | 111101 | 0 | 1001010 | 10100 | 1101110 | 111100 | 110011 |
Color Harmonies of #4FCC36
Complementary color
Monochromatic Colors of #4FCC36
Black with #4FCC36
Text Example
Text Example
White with #4FCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC36; }
p { color: rgb(79,204,54); }
H1.HeaderClassName
{
color: #4FCC36;
}
.AnyTagClassName
{
color: #4FCC36;
}
</style>
background-color css
<style>
a { background-color: #4FCC36; }
a { background-color: rgb(79,204,54); }
div.DivClassName
{
background-color: #4FCC36;
}
.BgClassName
{
background-color: #4FCC36;
}
</style>
border-color css
<style>
span { border-color: #4FCC36; }
span { border-color: rgb(79,204,54); }
td.TdClassName
{
border-color: #4FCC36;
}
.TagClassName
{
border-color: #4FCC36;
}
</style>