Shades of Lime Green #4FD145
Tints of Lime Green #4FD145
RGB
CMYK
RGB Variations
Color information
#4FD145 (or 0x4FD145) is known color: Lime Green. HEX triplet: 4F, D1 and 45. RGB value is (79,209,69). Sum of RGB (Red+Green+Blue) = 79+209+69=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #4FD145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD145 is #B02EBA. Grayscale: #9A9A9A. Windows color (decimal): -11546299 or 4575567. OLE color: 4575567.
HSL color Cylindrical-coordinate representation of color #4FD145: hue angle of 115.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FD145 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 209 | 69 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.18 |
| HSL | 115.71º | 0.6% | 0.55% | - |
| HSV(B) | 115.71º | 0.67% | 0.82% | - |
| XYZ | 27.1 | 47.69 | 13.41 | - |
| YUV | 154.17 | 79.93 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 209 | 69 | 0.62 | 0 | 0.67 | 0.18 | 115.71 | 0.6 | 0.55 |
| Hex | 4F | D1 | 45 | 3E | 0 | 43 | 12 | 74 | 3C | 37 |
| Octal | 117 | 321 | 105 | 76 | 0 | 103 | 22 | 164 | 74 | 67 |
| Binary | 1001111 | 11010001 | 1000101 | 111110 | 0 | 1000011 | 10010 | 1110100 | 111100 | 110111 |
Color Harmonies of #4FD145
Complementary color
Monochromatic Colors of #4FD145
Black with #4FD145
Text Example
Text Example
White with #4FD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD145; }
p { color: rgb(79,209,69); }
H1.HeaderClassName
{
color: #4FD145;
}
.AnyTagClassName
{
color: #4FD145;
}
</style>
background-color css
<style>
a { background-color: #4FD145; }
a { background-color: rgb(79,209,69); }
div.DivClassName
{
background-color: #4FD145;
}
.BgClassName
{
background-color: #4FD145;
}
</style>
border-color css
<style>
span { border-color: #4FD145; }
span { border-color: rgb(79,209,69); }
td.TdClassName
{
border-color: #4FD145;
}
.TagClassName
{
border-color: #4FD145;
}
</style>