Shades of Lime Green #4FD045
Tints of Lime Green #4FD045
RGB
CMYK
RGB Variations
Color information
#4FD045 (or 0x4FD045) is known color: Lime Green. HEX triplet: 4F, D0 and 45. RGB value is (79,208,69). Sum of RGB (Red+Green+Blue) = 79+208+69=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD045 is #B02FBA. Grayscale: #9A9A9A. Windows color (decimal): -11546555 or 4575311. OLE color: 4575311.
HSL color Cylindrical-coordinate representation of color #4FD045: hue angle of 115.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FD045 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 208 | 69 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.18 |
| HSL | 115.68º | 0.6% | 0.54% | - |
| HSV(B) | 115.68º | 0.67% | 0.82% | - |
| XYZ | 26.85 | 47.2 | 13.33 | - |
| YUV | 153.58 | 80.26 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 208 | 69 | 0.62 | 0 | 0.67 | 0.18 | 115.68 | 0.6 | 0.54 |
| Hex | 4F | D0 | 45 | 3E | 0 | 43 | 12 | 74 | 3C | 36 |
| Octal | 117 | 320 | 105 | 76 | 0 | 103 | 22 | 164 | 74 | 66 |
| Binary | 1001111 | 11010000 | 1000101 | 111110 | 0 | 1000011 | 10010 | 1110100 | 111100 | 110110 |
Color Harmonies of #4FD045
Complementary color
Monochromatic Colors of #4FD045
Black with #4FD045
Text Example
Text Example
White with #4FD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD045; }
p { color: rgb(79,208,69); }
H1.HeaderClassName
{
color: #4FD045;
}
.AnyTagClassName
{
color: #4FD045;
}
</style>
background-color css
<style>
a { background-color: #4FD045; }
a { background-color: rgb(79,208,69); }
div.DivClassName
{
background-color: #4FD045;
}
.BgClassName
{
background-color: #4FD045;
}
</style>
border-color css
<style>
span { border-color: #4FD045; }
span { border-color: rgb(79,208,69); }
td.TdClassName
{
border-color: #4FD045;
}
.TagClassName
{
border-color: #4FD045;
}
</style>