Shades of Lime Green #4FCD43
Tints of Lime Green #4FCD43
RGB
CMYK
RGB Variations
Color information
#4FCD43 (or 0x4FCD43) is known color: Lime Green. HEX triplet: 4F, CD and 43. RGB value is (79,205,67). Sum of RGB (Red+Green+Blue) = 79+205+67=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD43 is #B032BC. Grayscale: #989898. Windows color (decimal): -11547325 or 4443471. OLE color: 4443471.
HSL color Cylindrical-coordinate representation of color #4FCD43: hue angle of 114.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCD43 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 67 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.20 |
| HSL | 114.78º | 0.58% | 0.53% | - |
| HSV(B) | 114.78º | 0.67% | 0.8% | - |
| XYZ | 26.07 | 45.73 | 12.76 | - |
| YUV | 151.59 | 80.26 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 67 | 0.61 | 0 | 0.67 | 0.20 | 114.78 | 0.58 | 0.53 |
| Hex | 4F | CD | 43 | 3D | 0 | 43 | 14 | 73 | 3A | 35 |
| Octal | 117 | 315 | 103 | 75 | 0 | 103 | 24 | 163 | 72 | 65 |
| Binary | 1001111 | 11001101 | 1000011 | 111101 | 0 | 1000011 | 10100 | 1110011 | 111010 | 110101 |
Color Harmonies of #4FCD43
Complementary color
Monochromatic Colors of #4FCD43
Black with #4FCD43
Text Example
Text Example
White with #4FCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD43; }
p { color: rgb(79,205,67); }
H1.HeaderClassName
{
color: #4FCD43;
}
.AnyTagClassName
{
color: #4FCD43;
}
</style>
background-color css
<style>
a { background-color: #4FCD43; }
a { background-color: rgb(79,205,67); }
div.DivClassName
{
background-color: #4FCD43;
}
.BgClassName
{
background-color: #4FCD43;
}
</style>
border-color css
<style>
span { border-color: #4FCD43; }
span { border-color: rgb(79,205,67); }
td.TdClassName
{
border-color: #4FCD43;
}
.TagClassName
{
border-color: #4FCD43;
}
</style>