Shades of Lima #7DB204
Tints of Lima #7DB204
RGB
CMYK
RGB Variations
Color information
#7DB204 (or 0x7DB204) is known color: Lima. HEX triplet: 7D, B2 and 04. RGB value is (125,178,4). Sum of RGB (Red+Green+Blue) = 125+178+4=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB204 is #824DFB. Grayscale: #8E8E8E. Windows color (decimal): -8539644 or 307837. OLE color: 307837.
HSL color Cylindrical-coordinate representation of color #7DB204: hue angle of 78.28º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB204 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.30 |
| HSL | 78.28º | 0.96% | 0.36% | - |
| HSV(B) | 78.28º | 0.98% | 0.7% | - |
| XYZ | 24.4 | 36.21 | 5.82 | - |
| YUV | 142.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 4 | 0.30 | 0 | 0.98 | 0.30 | 78.28 | 0.96 | 0.36 |
| Hex | 7D | B2 | 4 | 1E | 0 | 62 | 1E | 4E | 60 | 24 |
| Octal | 175 | 262 | 4 | 36 | 0 | 142 | 36 | 116 | 140 | 44 |
| Binary | 1111101 | 10110010 | 100 | 11110 | 0 | 1100010 | 11110 | 1001110 | 1100000 | 100100 |
Color Harmonies of #7DB204
Complementary color
Monochromatic Colors of #7DB204
Black with #7DB204
Text Example
Text Example
White with #7DB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB204; }
p { color: rgb(125,178,4); }
H1.HeaderClassName
{
color: #7DB204;
}
.AnyTagClassName
{
color: #7DB204;
}
</style>
background-color css
<style>
a { background-color: #7DB204; }
a { background-color: rgb(125,178,4); }
div.DivClassName
{
background-color: #7DB204;
}
.BgClassName
{
background-color: #7DB204;
}
</style>
border-color css
<style>
span { border-color: #7DB204; }
span { border-color: rgb(125,178,4); }
td.TdClassName
{
border-color: #7DB204;
}
.TagClassName
{
border-color: #7DB204;
}
</style>