Shades of Lima #7EC527
Tints of Lima #7EC527
RGB
CMYK
RGB Variations
Color information
#7EC527 (or 0x7EC527) is known color: Lima. HEX triplet: 7E, C5 and 27. RGB value is (126,197,39). Sum of RGB (Red+Green+Blue) = 126+197+39=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC527 is #813AD8. Grayscale: #9E9E9E. Windows color (decimal): -8469209 or 2606462. OLE color: 2606462.
HSL color Cylindrical-coordinate representation of color #7EC527: hue angle of 86.96º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EC527 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 39 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.23 |
| HSL | 86.96º | 0.67% | 0.46% | - |
| HSV(B) | 86.96º | 0.8% | 0.77% | - |
| XYZ | 28.94 | 44.51 | 8.99 | - |
| YUV | 157.76 | 60.98 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 39 | 0.36 | 0 | 0.80 | 0.23 | 86.96 | 0.67 | 0.46 |
| Hex | 7E | C5 | 27 | 24 | 0 | 50 | 17 | 57 | 43 | 2E |
| Octal | 176 | 305 | 47 | 44 | 0 | 120 | 27 | 127 | 103 | 56 |
| Binary | 1111110 | 11000101 | 100111 | 100100 | 0 | 1010000 | 10111 | 1010111 | 1000011 | 101110 |
Color Harmonies of #7EC527
Complementary color
Monochromatic Colors of #7EC527
Black with #7EC527
Text Example
Text Example
White with #7EC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC527; }
p { color: rgb(126,197,39); }
H1.HeaderClassName
{
color: #7EC527;
}
.AnyTagClassName
{
color: #7EC527;
}
</style>
background-color css
<style>
a { background-color: #7EC527; }
a { background-color: rgb(126,197,39); }
div.DivClassName
{
background-color: #7EC527;
}
.BgClassName
{
background-color: #7EC527;
}
</style>
border-color css
<style>
span { border-color: #7EC527; }
span { border-color: rgb(126,197,39); }
td.TdClassName
{
border-color: #7EC527;
}
.TagClassName
{
border-color: #7EC527;
}
</style>