Shades of Lime Green #4FD42D
Tints of Lime Green #4FD42D
RGB
CMYK
RGB Variations
Color information
#4FD42D (or 0x4FD42D) is known color: Lime Green. HEX triplet: 4F, D4 and 2D. RGB value is (79,212,45). Sum of RGB (Red+Green+Blue) = 79+212+45=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #4FD42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD42D is #B02BD2. Grayscale: #999999. Windows color (decimal): -11545555 or 3003471. OLE color: 3003471.
HSL color Cylindrical-coordinate representation of color #4FD42D: hue angle of 107.78º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FD42D is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 79 | 212 | 45 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.17 |
| HSL | 107.78º | 0.66% | 0.5% | - |
| HSV(B) | 107.78º | 0.79% | 0.83% | - |
| XYZ | 27.24 | 48.94 | 10.49 | - |
| YUV | 153.2 | 66.94 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 212 | 45 | 0.63 | 0 | 0.79 | 0.17 | 107.78 | 0.66 | 0.5 |
| Hex | 4F | D4 | 2D | 3F | 0 | 4F | 11 | 6C | 42 | 32 |
| Octal | 117 | 324 | 55 | 77 | 0 | 117 | 21 | 154 | 102 | 62 |
| Binary | 1001111 | 11010100 | 101101 | 111111 | 0 | 1001111 | 10001 | 1101100 | 1000010 | 110010 |
Color Harmonies of #4FD42D
Complementary color
Monochromatic Colors of #4FD42D
Black with #4FD42D
Text Example
Text Example
White with #4FD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD42D; }
p { color: rgb(79,212,45); }
H1.HeaderClassName
{
color: #4FD42D;
}
.AnyTagClassName
{
color: #4FD42D;
}
</style>
background-color css
<style>
a { background-color: #4FD42D; }
a { background-color: rgb(79,212,45); }
div.DivClassName
{
background-color: #4FD42D;
}
.BgClassName
{
background-color: #4FD42D;
}
</style>
border-color css
<style>
span { border-color: #4FD42D; }
span { border-color: rgb(79,212,45); }
td.TdClassName
{
border-color: #4FD42D;
}
.TagClassName
{
border-color: #4FD42D;
}
</style>