Shades of Lima #7DBE04
Tints of Lima #7DBE04
RGB
CMYK
RGB Variations
Color information
#7DBE04 (or 0x7DBE04) is known color: Lima. HEX triplet: 7D, BE and 04. RGB value is (125,190,4). Sum of RGB (Red+Green+Blue) = 125+190+4=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBE04 is #8241FB. Grayscale: #969696. Windows color (decimal): -8536572 or 310909. OLE color: 310909.
HSL color Cylindrical-coordinate representation of color #7DBE04: hue angle of 80.97º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DBE04 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 4 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.25 |
| HSL | 80.97º | 0.96% | 0.38% | - |
| HSV(B) | 80.97º | 0.98% | 0.75% | - |
| XYZ | 26.89 | 41.2 | 6.65 | - |
| YUV | 149.36 | 45.97 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 4 | 0.34 | 0 | 0.98 | 0.25 | 80.97 | 0.96 | 0.38 |
| Hex | 7D | BE | 4 | 22 | 0 | 62 | 19 | 51 | 60 | 26 |
| Octal | 175 | 276 | 4 | 42 | 0 | 142 | 31 | 121 | 140 | 46 |
| Binary | 1111101 | 10111110 | 100 | 100010 | 0 | 1100010 | 11001 | 1010001 | 1100000 | 100110 |
Color Harmonies of #7DBE04
Complementary color
Monochromatic Colors of #7DBE04
Black with #7DBE04
Text Example
Text Example
White with #7DBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE04; }
p { color: rgb(125,190,4); }
H1.HeaderClassName
{
color: #7DBE04;
}
.AnyTagClassName
{
color: #7DBE04;
}
</style>
background-color css
<style>
a { background-color: #7DBE04; }
a { background-color: rgb(125,190,4); }
div.DivClassName
{
background-color: #7DBE04;
}
.BgClassName
{
background-color: #7DBE04;
}
</style>
border-color css
<style>
span { border-color: #7DBE04; }
span { border-color: rgb(125,190,4); }
td.TdClassName
{
border-color: #7DBE04;
}
.TagClassName
{
border-color: #7DBE04;
}
</style>