Shades of Lima #7EBF0D
Tints of Lima #7EBF0D
RGB
CMYK
RGB Variations
Color information
#7EBF0D (or 0x7EBF0D) is known color: Lima. HEX triplet: 7E, BF and 0D. RGB value is (126,191,13). Sum of RGB (Red+Green+Blue) = 126+191+13=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBF0D is #8140F2. Grayscale: #979797. Windows color (decimal): -8470771 or 900990. OLE color: 900990.
HSL color Cylindrical-coordinate representation of color #7EBF0D: hue angle of 81.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EBF0D is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 13 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.25 |
| HSL | 81.91º | 0.87% | 0.4% | - |
| HSV(B) | 81.91º | 0.93% | 0.75% | - |
| XYZ | 27.31 | 41.73 | 7 | - |
| YUV | 151.27 | 49.97 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 13 | 0.34 | 0 | 0.93 | 0.25 | 81.91 | 0.87 | 0.4 |
| Hex | 7E | BF | D | 22 | 0 | 5D | 19 | 52 | 57 | 28 |
| Octal | 176 | 277 | 15 | 42 | 0 | 135 | 31 | 122 | 127 | 50 |
| Binary | 1111110 | 10111111 | 1101 | 100010 | 0 | 1011101 | 11001 | 1010010 | 1010111 | 101000 |
Color Harmonies of #7EBF0D
Complementary color
Monochromatic Colors of #7EBF0D
Black with #7EBF0D
Text Example
Text Example
White with #7EBF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF0D; }
p { color: rgb(126,191,13); }
H1.HeaderClassName
{
color: #7EBF0D;
}
.AnyTagClassName
{
color: #7EBF0D;
}
</style>
background-color css
<style>
a { background-color: #7EBF0D; }
a { background-color: rgb(126,191,13); }
div.DivClassName
{
background-color: #7EBF0D;
}
.BgClassName
{
background-color: #7EBF0D;
}
</style>
border-color css
<style>
span { border-color: #7EBF0D; }
span { border-color: rgb(126,191,13); }
td.TdClassName
{
border-color: #7EBF0D;
}
.TagClassName
{
border-color: #7EBF0D;
}
</style>