Shades of Lime Green #4FD33D
Tints of Lime Green #4FD33D
RGB
CMYK
RGB Variations
Color information
#4FD33D (or 0x4FD33D) is known color: Lime Green. HEX triplet: 4F, D3 and 3D. RGB value is (79,211,61). Sum of RGB (Red+Green+Blue) = 79+211+61=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #4FD33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD33D is #B02CC2. Grayscale: #9A9A9A. Windows color (decimal): -11545795 or 4051791. OLE color: 4051791.
HSL color Cylindrical-coordinate representation of color #4FD33D: hue angle of 112.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FD33D is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 79 | 211 | 61 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.17 |
| HSL | 112.8º | 0.63% | 0.53% | - |
| HSV(B) | 112.8º | 0.71% | 0.83% | - |
| XYZ | 27.36 | 48.59 | 12.35 | - |
| YUV | 154.43 | 75.27 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 211 | 61 | 0.63 | 0 | 0.71 | 0.17 | 112.8 | 0.63 | 0.53 |
| Hex | 4F | D3 | 3D | 3F | 0 | 47 | 11 | 71 | 3F | 35 |
| Octal | 117 | 323 | 75 | 77 | 0 | 107 | 21 | 161 | 77 | 65 |
| Binary | 1001111 | 11010011 | 111101 | 111111 | 0 | 1000111 | 10001 | 1110001 | 111111 | 110101 |
Color Harmonies of #4FD33D
Complementary color
Monochromatic Colors of #4FD33D
Black with #4FD33D
Text Example
Text Example
White with #4FD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD33D; }
p { color: rgb(79,211,61); }
H1.HeaderClassName
{
color: #4FD33D;
}
.AnyTagClassName
{
color: #4FD33D;
}
</style>
background-color css
<style>
a { background-color: #4FD33D; }
a { background-color: rgb(79,211,61); }
div.DivClassName
{
background-color: #4FD33D;
}
.BgClassName
{
background-color: #4FD33D;
}
</style>
border-color css
<style>
span { border-color: #4FD33D; }
span { border-color: rgb(79,211,61); }
td.TdClassName
{
border-color: #4FD33D;
}
.TagClassName
{
border-color: #4FD33D;
}
</style>