Shades of Lima #7FD411
Tints of Lima #7FD411
RGB
CMYK
RGB Variations
Color information
#7FD411 (or 0x7FD411) is known color: Lima. HEX triplet: 7F, D4 and 11. RGB value is (127,212,17). Sum of RGB (Red+Green+Blue) = 127+212+17=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD411 is #802BEE. Grayscale: #A5A5A5. Windows color (decimal): -8399855 or 1168511. OLE color: 1168511.
HSL color Cylindrical-coordinate representation of color #7FD411: hue angle of 86.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FD411 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 17 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.17 |
| HSL | 86.15º | 0.85% | 0.45% | - |
| HSV(B) | 86.15º | 0.92% | 0.83% | - |
| XYZ | 32.4 | 51.64 | 8.79 | - |
| YUV | 164.36 | 44.84 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 17 | 0.40 | 0 | 0.92 | 0.17 | 86.15 | 0.85 | 0.45 |
| Hex | 7F | D4 | 11 | 28 | 0 | 5C | 11 | 56 | 55 | 2D |
| Octal | 177 | 324 | 21 | 50 | 0 | 134 | 21 | 126 | 125 | 55 |
| Binary | 1111111 | 11010100 | 10001 | 101000 | 0 | 1011100 | 10001 | 1010110 | 1010101 | 101101 |
Color Harmonies of #7FD411
Complementary color
Monochromatic Colors of #7FD411
Black with #7FD411
Text Example
Text Example
White with #7FD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD411; }
p { color: rgb(127,212,17); }
H1.HeaderClassName
{
color: #7FD411;
}
.AnyTagClassName
{
color: #7FD411;
}
</style>
background-color css
<style>
a { background-color: #7FD411; }
a { background-color: rgb(127,212,17); }
div.DivClassName
{
background-color: #7FD411;
}
.BgClassName
{
background-color: #7FD411;
}
</style>
border-color css
<style>
span { border-color: #7FD411; }
span { border-color: rgb(127,212,17); }
td.TdClassName
{
border-color: #7FD411;
}
.TagClassName
{
border-color: #7FD411;
}
</style>