Shades of Lime Green #4FC83F
Tints of Lime Green #4FC83F
RGB
CMYK
RGB Variations
Color information
#4FC83F (or 0x4FC83F) is known color: Lime Green. HEX triplet: 4F, C8 and 3F. RGB value is (79,200,63). Sum of RGB (Red+Green+Blue) = 79+200+63=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #4FC83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC83F is #B037C0. Grayscale: #949494. Windows color (decimal): -11548609 or 4180047. OLE color: 4180047.
HSL color Cylindrical-coordinate representation of color #4FC83F: hue angle of 112.99º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FC83F is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 200 | 63 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.22 |
| HSL | 112.99º | 0.55% | 0.52% | - |
| HSV(B) | 112.99º | 0.69% | 0.78% | - |
| XYZ | 24.78 | 43.33 | 11.76 | - |
| YUV | 148.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 200 | 63 | 0.60 | 0 | 0.68 | 0.22 | 112.99 | 0.55 | 0.52 |
| Hex | 4F | C8 | 3F | 3C | 0 | 44 | 16 | 71 | 37 | 34 |
| Octal | 117 | 310 | 77 | 74 | 0 | 104 | 26 | 161 | 67 | 64 |
| Binary | 1001111 | 11001000 | 111111 | 111100 | 0 | 1000100 | 10110 | 1110001 | 110111 | 110100 |
Color Harmonies of #4FC83F
Complementary color
Monochromatic Colors of #4FC83F
Black with #4FC83F
Text Example
Text Example
White with #4FC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC83F; }
p { color: rgb(79,200,63); }
H1.HeaderClassName
{
color: #4FC83F;
}
.AnyTagClassName
{
color: #4FC83F;
}
</style>
background-color css
<style>
a { background-color: #4FC83F; }
a { background-color: rgb(79,200,63); }
div.DivClassName
{
background-color: #4FC83F;
}
.BgClassName
{
background-color: #4FC83F;
}
</style>
border-color css
<style>
span { border-color: #4FC83F; }
span { border-color: rgb(79,200,63); }
td.TdClassName
{
border-color: #4FC83F;
}
.TagClassName
{
border-color: #4FC83F;
}
</style>