Shades of Lima #7ED216
Tints of Lima #7ED216
RGB
CMYK
RGB Variations
Color information
#7ED216 (or 0x7ED216) is known color: Lima. HEX triplet: 7E, D2 and 16. RGB value is (126,210,22). Sum of RGB (Red+Green+Blue) = 126+210+22=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED216 is #812DE9. Grayscale: #A4A4A4. Windows color (decimal): -8465898 or 1495678. OLE color: 1495678.
HSL color Cylindrical-coordinate representation of color #7ED216: hue angle of 86.81º degrees, saturation: 0.81, 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 #7ED216 is Cyan = 0.4, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 22 | - |
| CMYK | 0.4 | 0 | 0.90 | 0.18 |
| HSL | 86.81º | 0.81% | 0.45% | - |
| HSV(B) | 86.81º | 0.9% | 0.82% | - |
| XYZ | 31.8 | 50.59 | 8.85 | - |
| YUV | 163.45 | 48.17 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 22 | 0.4 | 0 | 0.90 | 0.18 | 86.81 | 0.81 | 0.45 |
| Hex | 7E | D2 | 16 | 28 | 0 | 5A | 12 | 57 | 51 | 2D |
| Octal | 176 | 322 | 26 | 50 | 0 | 132 | 22 | 127 | 121 | 55 |
| Binary | 1111110 | 11010010 | 10110 | 101000 | 0 | 1011010 | 10010 | 1010111 | 1010001 | 101101 |
Color Harmonies of #7ED216
Complementary color
Monochromatic Colors of #7ED216
Black with #7ED216
Text Example
Text Example
White with #7ED216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED216; }
p { color: rgb(126,210,22); }
H1.HeaderClassName
{
color: #7ED216;
}
.AnyTagClassName
{
color: #7ED216;
}
</style>
background-color css
<style>
a { background-color: #7ED216; }
a { background-color: rgb(126,210,22); }
div.DivClassName
{
background-color: #7ED216;
}
.BgClassName
{
background-color: #7ED216;
}
</style>
border-color css
<style>
span { border-color: #7ED216; }
span { border-color: rgb(126,210,22); }
td.TdClassName
{
border-color: #7ED216;
}
.TagClassName
{
border-color: #7ED216;
}
</style>