Shades of Lima #7EB203
Tints of Lima #7EB203
RGB
CMYK
RGB Variations
Color information
#7EB203 (or 0x7EB203) is known color: Lima. HEX triplet: 7E, B2 and 03. RGB value is (126,178,3). Sum of RGB (Red+Green+Blue) = 126+178+3=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB203 is #814DFC. Grayscale: #8F8F8F. Windows color (decimal): -8474109 or 242302. OLE color: 242302.
HSL color Cylindrical-coordinate representation of color #7EB203: hue angle of 77.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EB203 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 178 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.30 |
| HSL | 77.83º | 0.97% | 0.35% | - |
| HSV(B) | 77.83º | 0.98% | 0.7% | - |
| XYZ | 24.54 | 36.28 | 5.8 | - |
| YUV | 142.5 | 49.27 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 178 | 3 | 0.29 | 0 | 0.98 | 0.30 | 77.83 | 0.97 | 0.35 |
| Hex | 7E | B2 | 3 | 1D | 0 | 62 | 1E | 4E | 61 | 23 |
| Octal | 176 | 262 | 3 | 35 | 0 | 142 | 36 | 116 | 141 | 43 |
| Binary | 1111110 | 10110010 | 11 | 11101 | 0 | 1100010 | 11110 | 1001110 | 1100001 | 100011 |
Color Harmonies of #7EB203
Complementary color
Monochromatic Colors of #7EB203
Black with #7EB203
Text Example
Text Example
White with #7EB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB203; }
p { color: rgb(126,178,3); }
H1.HeaderClassName
{
color: #7EB203;
}
.AnyTagClassName
{
color: #7EB203;
}
</style>
background-color css
<style>
a { background-color: #7EB203; }
a { background-color: rgb(126,178,3); }
div.DivClassName
{
background-color: #7EB203;
}
.BgClassName
{
background-color: #7EB203;
}
</style>
border-color css
<style>
span { border-color: #7EB203; }
span { border-color: rgb(126,178,3); }
td.TdClassName
{
border-color: #7EB203;
}
.TagClassName
{
border-color: #7EB203;
}
</style>