Shades of Lima #7DC90E
Tints of Lima #7DC90E
RGB
CMYK
RGB Variations
Color information
#7DC90E (or 0x7DC90E) is known color: Lima. HEX triplet: 7D, C9 and 0E. RGB value is (125,201,14). Sum of RGB (Red+Green+Blue) = 125+201+14=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC90E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC90E is #8236F1. Grayscale: #9D9D9D. Windows color (decimal): -8533746 or 969085. OLE color: 969085.
HSL color Cylindrical-coordinate representation of color #7DC90E: hue angle of 84.39º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DC90E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 14 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.21 |
| HSL | 84.39º | 0.87% | 0.42% | - |
| HSV(B) | 84.39º | 0.93% | 0.79% | - |
| XYZ | 29.42 | 46.16 | 7.78 | - |
| YUV | 156.96 | 47.32 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 14 | 0.38 | 0 | 0.93 | 0.21 | 84.39 | 0.87 | 0.42 |
| Hex | 7D | C9 | E | 26 | 0 | 5D | 15 | 54 | 57 | 2A |
| Octal | 175 | 311 | 16 | 46 | 0 | 135 | 25 | 124 | 127 | 52 |
| Binary | 1111101 | 11001001 | 1110 | 100110 | 0 | 1011101 | 10101 | 1010100 | 1010111 | 101010 |
Color Harmonies of #7DC90E
Complementary color
Monochromatic Colors of #7DC90E
Black with #7DC90E
Text Example
Text Example
White with #7DC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC90E; }
p { color: rgb(125,201,14); }
H1.HeaderClassName
{
color: #7DC90E;
}
.AnyTagClassName
{
color: #7DC90E;
}
</style>
background-color css
<style>
a { background-color: #7DC90E; }
a { background-color: rgb(125,201,14); }
div.DivClassName
{
background-color: #7DC90E;
}
.BgClassName
{
background-color: #7DC90E;
}
</style>
border-color css
<style>
span { border-color: #7DC90E; }
span { border-color: rgb(125,201,14); }
td.TdClassName
{
border-color: #7DC90E;
}
.TagClassName
{
border-color: #7DC90E;
}
</style>