Shades of Lime Green #4FD231
Tints of Lime Green #4FD231
RGB
CMYK
RGB Variations
Color information
#4FD231 (or 0x4FD231) is known color: Lime Green. HEX triplet: 4F, D2 and 31. RGB value is (79,210,49). Sum of RGB (Red+Green+Blue) = 79+210+49=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #4FD231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD231 is #B02DCE. Grayscale: #989898. Windows color (decimal): -11546063 or 3265103. OLE color: 3265103.
HSL color Cylindrical-coordinate representation of color #4FD231: hue angle of 108.82º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FD231 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 210 | 49 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.18 |
| HSL | 108.82º | 0.64% | 0.51% | - |
| HSV(B) | 108.82º | 0.77% | 0.82% | - |
| XYZ | 26.83 | 47.98 | 10.75 | - |
| YUV | 152.48 | 69.6 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 210 | 49 | 0.62 | 0 | 0.77 | 0.18 | 108.82 | 0.64 | 0.51 |
| Hex | 4F | D2 | 31 | 3E | 0 | 4D | 12 | 6D | 40 | 33 |
| Octal | 117 | 322 | 61 | 76 | 0 | 115 | 22 | 155 | 100 | 63 |
| Binary | 1001111 | 11010010 | 110001 | 111110 | 0 | 1001101 | 10010 | 1101101 | 1000000 | 110011 |
Color Harmonies of #4FD231
Complementary color
Monochromatic Colors of #4FD231
Black with #4FD231
Text Example
Text Example
White with #4FD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD231; }
p { color: rgb(79,210,49); }
H1.HeaderClassName
{
color: #4FD231;
}
.AnyTagClassName
{
color: #4FD231;
}
</style>
background-color css
<style>
a { background-color: #4FD231; }
a { background-color: rgb(79,210,49); }
div.DivClassName
{
background-color: #4FD231;
}
.BgClassName
{
background-color: #4FD231;
}
</style>
border-color css
<style>
span { border-color: #4FD231; }
span { border-color: rgb(79,210,49); }
td.TdClassName
{
border-color: #4FD231;
}
.TagClassName
{
border-color: #4FD231;
}
</style>