Shades of Lime Green #4FD535
Tints of Lime Green #4FD535
RGB
CMYK
RGB Variations
Color information
#4FD535 (or 0x4FD535) is known color: Lime Green. HEX triplet: 4F, D5 and 35. RGB value is (79,213,53). Sum of RGB (Red+Green+Blue) = 79+213+53=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD535 is #B02ACA. Grayscale: #9B9B9B. Windows color (decimal): -11545291 or 3528015. OLE color: 3528015.
HSL color Cylindrical-coordinate representation of color #4FD535: hue angle of 110.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FD535 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 53 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.16 |
| HSL | 110.25º | 0.66% | 0.52% | - |
| HSV(B) | 110.25º | 0.75% | 0.84% | - |
| XYZ | 27.66 | 49.51 | 11.47 | - |
| YUV | 154.69 | 70.61 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 53 | 0.63 | 0 | 0.75 | 0.16 | 110.25 | 0.66 | 0.52 |
| Hex | 4F | D5 | 35 | 3F | 0 | 4B | 10 | 6E | 42 | 34 |
| Octal | 117 | 325 | 65 | 77 | 0 | 113 | 20 | 156 | 102 | 64 |
| Binary | 1001111 | 11010101 | 110101 | 111111 | 0 | 1001011 | 10000 | 1101110 | 1000010 | 110100 |
Color Harmonies of #4FD535
Complementary color
Monochromatic Colors of #4FD535
Black with #4FD535
Text Example
Text Example
White with #4FD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD535; }
p { color: rgb(79,213,53); }
H1.HeaderClassName
{
color: #4FD535;
}
.AnyTagClassName
{
color: #4FD535;
}
</style>
background-color css
<style>
a { background-color: #4FD535; }
a { background-color: rgb(79,213,53); }
div.DivClassName
{
background-color: #4FD535;
}
.BgClassName
{
background-color: #4FD535;
}
</style>
border-color css
<style>
span { border-color: #4FD535; }
span { border-color: rgb(79,213,53); }
td.TdClassName
{
border-color: #4FD535;
}
.TagClassName
{
border-color: #4FD535;
}
</style>