Shades of Lima #7DCB04
Tints of Lima #7DCB04
RGB
CMYK
RGB Variations
Color information
#7DCB04 (or 0x7DCB04) is known color: Lima. HEX triplet: 7D, CB and 04. RGB value is (125,203,4). Sum of RGB (Red+Green+Blue) = 125+203+4=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCB04 is #8234FB. Grayscale: #9D9D9D. Windows color (decimal): -8533244 or 314237. OLE color: 314237.
HSL color Cylindrical-coordinate representation of color #7DCB04: hue angle of 83.52º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DCB04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.20 |
| HSL | 83.52º | 0.96% | 0.41% | - |
| HSV(B) | 83.52º | 0.98% | 0.8% | - |
| XYZ | 29.84 | 47.08 | 7.63 | - |
| YUV | 156.99 | 41.66 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 4 | 0.38 | 0 | 0.98 | 0.20 | 83.52 | 0.96 | 0.41 |
| Hex | 7D | CB | 4 | 26 | 0 | 62 | 14 | 54 | 60 | 29 |
| Octal | 175 | 313 | 4 | 46 | 0 | 142 | 24 | 124 | 140 | 51 |
| Binary | 1111101 | 11001011 | 100 | 100110 | 0 | 1100010 | 10100 | 1010100 | 1100000 | 101001 |
Color Harmonies of #7DCB04
Complementary color
Monochromatic Colors of #7DCB04
Black with #7DCB04
Text Example
Text Example
White with #7DCB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB04; }
p { color: rgb(125,203,4); }
H1.HeaderClassName
{
color: #7DCB04;
}
.AnyTagClassName
{
color: #7DCB04;
}
</style>
background-color css
<style>
a { background-color: #7DCB04; }
a { background-color: rgb(125,203,4); }
div.DivClassName
{
background-color: #7DCB04;
}
.BgClassName
{
background-color: #7DCB04;
}
</style>
border-color css
<style>
span { border-color: #7DCB04; }
span { border-color: rgb(125,203,4); }
td.TdClassName
{
border-color: #7DCB04;
}
.TagClassName
{
border-color: #7DCB04;
}
</style>