Shades of Lima #7EBE3C
Tints of Lima #7EBE3C
RGB
CMYK
RGB Variations
Color information
#7EBE3C (or 0x7EBE3C) is known color: Lima. HEX triplet: 7E, BE and 3C. RGB value is (126,190,60). Sum of RGB (Red+Green+Blue) = 126+190+60=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE3C is #8141C3. Grayscale: #9C9C9C. Windows color (decimal): -8470980 or 3980926. OLE color: 3980926.
HSL color Cylindrical-coordinate representation of color #7EBE3C: hue angle of 89.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EBE3C is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 60 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.25 |
| HSL | 89.54º | 0.52% | 0.49% | - |
| HSV(B) | 89.54º | 0.68% | 0.75% | - |
| XYZ | 27.83 | 41.59 | 10.84 | - |
| YUV | 156.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 60 | 0.34 | 0 | 0.68 | 0.25 | 89.54 | 0.52 | 0.49 |
| Hex | 7E | BE | 3C | 22 | 0 | 44 | 19 | 5A | 34 | 31 |
| Octal | 176 | 276 | 74 | 42 | 0 | 104 | 31 | 132 | 64 | 61 |
| Binary | 1111110 | 10111110 | 111100 | 100010 | 0 | 1000100 | 11001 | 1011010 | 110100 | 110001 |
Color Harmonies of #7EBE3C
Complementary color
Monochromatic Colors of #7EBE3C
Black with #7EBE3C
Text Example
Text Example
White with #7EBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE3C; }
p { color: rgb(126,190,60); }
H1.HeaderClassName
{
color: #7EBE3C;
}
.AnyTagClassName
{
color: #7EBE3C;
}
</style>
background-color css
<style>
a { background-color: #7EBE3C; }
a { background-color: rgb(126,190,60); }
div.DivClassName
{
background-color: #7EBE3C;
}
.BgClassName
{
background-color: #7EBE3C;
}
</style>
border-color css
<style>
span { border-color: #7EBE3C; }
span { border-color: rgb(126,190,60); }
td.TdClassName
{
border-color: #7EBE3C;
}
.TagClassName
{
border-color: #7EBE3C;
}
</style>