Shades of Lima #7DCE04
Tints of Lima #7DCE04
RGB
CMYK
RGB Variations
Color information
#7DCE04 (or 0x7DCE04) is known color: Lima. HEX triplet: 7D, CE and 04. RGB value is (125,206,4). Sum of RGB (Red+Green+Blue) = 125+206+4=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCE04 is #8231FB. Grayscale: #9F9F9F. Windows color (decimal): -8532476 or 315005. OLE color: 315005.
HSL color Cylindrical-coordinate representation of color #7DCE04: hue angle of 84.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DCE04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.19 |
| HSL | 84.06º | 0.96% | 0.41% | - |
| HSV(B) | 84.06º | 0.98% | 0.81% | - |
| XYZ | 30.55 | 48.51 | 7.87 | - |
| YUV | 158.75 | 40.66 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 4 | 0.39 | 0 | 0.98 | 0.19 | 84.06 | 0.96 | 0.41 |
| Hex | 7D | CE | 4 | 27 | 0 | 62 | 13 | 54 | 60 | 29 |
| Octal | 175 | 316 | 4 | 47 | 0 | 142 | 23 | 124 | 140 | 51 |
| Binary | 1111101 | 11001110 | 100 | 100111 | 0 | 1100010 | 10011 | 1010100 | 1100000 | 101001 |
Color Harmonies of #7DCE04
Complementary color
Monochromatic Colors of #7DCE04
Black with #7DCE04
Text Example
Text Example
White with #7DCE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE04; }
p { color: rgb(125,206,4); }
H1.HeaderClassName
{
color: #7DCE04;
}
.AnyTagClassName
{
color: #7DCE04;
}
</style>
background-color css
<style>
a { background-color: #7DCE04; }
a { background-color: rgb(125,206,4); }
div.DivClassName
{
background-color: #7DCE04;
}
.BgClassName
{
background-color: #7DCE04;
}
</style>
border-color css
<style>
span { border-color: #7DCE04; }
span { border-color: rgb(125,206,4); }
td.TdClassName
{
border-color: #7DCE04;
}
.TagClassName
{
border-color: #7DCE04;
}
</style>