Shades of Lima #7FD215
Tints of Lima #7FD215
RGB
CMYK
RGB Variations
Color information
#7FD215 (or 0x7FD215) is known color: Lima. HEX triplet: 7F, D2 and 15. RGB value is (127,210,21). Sum of RGB (Red+Green+Blue) = 127+210+21=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD215 is #802DEA. Grayscale: #A4A4A4. Windows color (decimal): -8400363 or 1430143. OLE color: 1430143.
HSL color Cylindrical-coordinate representation of color #7FD215: hue angle of 86.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FD215 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 21 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.18 |
| HSL | 86.35º | 0.82% | 0.45% | - |
| HSV(B) | 86.35º | 0.9% | 0.82% | - |
| XYZ | 31.93 | 50.66 | 8.8 | - |
| YUV | 163.64 | 47.5 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 21 | 0.40 | 0 | 0.90 | 0.18 | 86.35 | 0.82 | 0.45 |
| Hex | 7F | D2 | 15 | 28 | 0 | 5A | 12 | 56 | 52 | 2D |
| Octal | 177 | 322 | 25 | 50 | 0 | 132 | 22 | 126 | 122 | 55 |
| Binary | 1111111 | 11010010 | 10101 | 101000 | 0 | 1011010 | 10010 | 1010110 | 1010010 | 101101 |
Color Harmonies of #7FD215
Complementary color
Monochromatic Colors of #7FD215
Black with #7FD215
Text Example
Text Example
White with #7FD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD215; }
p { color: rgb(127,210,21); }
H1.HeaderClassName
{
color: #7FD215;
}
.AnyTagClassName
{
color: #7FD215;
}
</style>
background-color css
<style>
a { background-color: #7FD215; }
a { background-color: rgb(127,210,21); }
div.DivClassName
{
background-color: #7FD215;
}
.BgClassName
{
background-color: #7FD215;
}
</style>
border-color css
<style>
span { border-color: #7FD215; }
span { border-color: rgb(127,210,21); }
td.TdClassName
{
border-color: #7FD215;
}
.TagClassName
{
border-color: #7FD215;
}
</style>