Shades of Lime Green #4FD343
Tints of Lime Green #4FD343
RGB
CMYK
RGB Variations
Color information
#4FD343 (or 0x4FD343) is known color: Lime Green. HEX triplet: 4F, D3 and 43. RGB value is (79,211,67). Sum of RGB (Red+Green+Blue) = 79+211+67=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #4FD343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD343 is #B02CBC. Grayscale: #9B9B9B. Windows color (decimal): -11545789 or 4445007. OLE color: 4445007.
HSL color Cylindrical-coordinate representation of color #4FD343: hue angle of 115º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FD343 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 79 | 211 | 67 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.17 |
| HSL | 115º | 0.62% | 0.55% | - |
| HSV(B) | 115º | 0.68% | 0.83% | - |
| XYZ | 27.53 | 48.66 | 13.25 | - |
| YUV | 155.12 | 78.27 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 211 | 67 | 0.63 | 0 | 0.68 | 0.17 | 115 | 0.62 | 0.55 |
| Hex | 4F | D3 | 43 | 3F | 0 | 44 | 11 | 73 | 3E | 37 |
| Octal | 117 | 323 | 103 | 77 | 0 | 104 | 21 | 163 | 76 | 67 |
| Binary | 1001111 | 11010011 | 1000011 | 111111 | 0 | 1000100 | 10001 | 1110011 | 111110 | 110111 |
Color Harmonies of #4FD343
Complementary color
Monochromatic Colors of #4FD343
Black with #4FD343
Text Example
Text Example
White with #4FD343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD343; }
p { color: rgb(79,211,67); }
H1.HeaderClassName
{
color: #4FD343;
}
.AnyTagClassName
{
color: #4FD343;
}
</style>
background-color css
<style>
a { background-color: #4FD343; }
a { background-color: rgb(79,211,67); }
div.DivClassName
{
background-color: #4FD343;
}
.BgClassName
{
background-color: #4FD343;
}
</style>
border-color css
<style>
span { border-color: #4FD343; }
span { border-color: rgb(79,211,67); }
td.TdClassName
{
border-color: #4FD343;
}
.TagClassName
{
border-color: #4FD343;
}
</style>