Shades of Lime Green #4FCC38
Tints of Lime Green #4FCC38
RGB
CMYK
RGB Variations
Color information
#4FCC38 (or 0x4FCC38) is known color: Lime Green. HEX triplet: 4F, CC and 38. RGB value is (79,204,56). Sum of RGB (Red+Green+Blue) = 79+204+56=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC38 is #B033C7. Grayscale: #969696. Windows color (decimal): -11547592 or 3722319. OLE color: 3722319.
HSL color Cylindrical-coordinate representation of color #4FCC38: hue angle of 110.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FCC38 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 56 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.2 |
| HSL | 110.68º | 0.59% | 0.51% | - |
| HSV(B) | 110.68º | 0.73% | 0.8% | - |
| XYZ | 25.53 | 45.13 | 11.11 | - |
| YUV | 149.75 | 75.09 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 56 | 0.61 | 0 | 0.73 | 0.2 | 110.68 | 0.59 | 0.51 |
| Hex | 4F | CC | 38 | 3D | 0 | 49 | 14 | 6F | 3B | 33 |
| Octal | 117 | 314 | 70 | 75 | 0 | 111 | 24 | 157 | 73 | 63 |
| Binary | 1001111 | 11001100 | 111000 | 111101 | 0 | 1001001 | 10100 | 1101111 | 111011 | 110011 |
Color Harmonies of #4FCC38
Complementary color
Monochromatic Colors of #4FCC38
Black with #4FCC38
Text Example
Text Example
White with #4FCC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC38; }
p { color: rgb(79,204,56); }
H1.HeaderClassName
{
color: #4FCC38;
}
.AnyTagClassName
{
color: #4FCC38;
}
</style>
background-color css
<style>
a { background-color: #4FCC38; }
a { background-color: rgb(79,204,56); }
div.DivClassName
{
background-color: #4FCC38;
}
.BgClassName
{
background-color: #4FCC38;
}
</style>
border-color css
<style>
span { border-color: #4FCC38; }
span { border-color: rgb(79,204,56); }
td.TdClassName
{
border-color: #4FCC38;
}
.TagClassName
{
border-color: #4FCC38;
}
</style>