Shades of Lima #7DCE19
Tints of Lima #7DCE19
RGB
CMYK
RGB Variations
Color information
#7DCE19 (or 0x7DCE19) is known color: Lima. HEX triplet: 7D, CE and 19. RGB value is (125,206,25). Sum of RGB (Red+Green+Blue) = 125+206+25=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCE19 is #8231E6. Grayscale: #A1A1A1. Windows color (decimal): -8532455 or 1691261. OLE color: 1691261.
HSL color Cylindrical-coordinate representation of color #7DCE19: hue angle of 86.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DCE19 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 25 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.19 |
| HSL | 86.85º | 0.78% | 0.45% | - |
| HSV(B) | 86.85º | 0.88% | 0.81% | - |
| XYZ | 30.7 | 48.57 | 8.68 | - |
| YUV | 161.15 | 51.16 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 25 | 0.39 | 0 | 0.88 | 0.19 | 86.85 | 0.78 | 0.45 |
| Hex | 7D | CE | 19 | 27 | 0 | 58 | 13 | 57 | 4E | 2D |
| Octal | 175 | 316 | 31 | 47 | 0 | 130 | 23 | 127 | 116 | 55 |
| Binary | 1111101 | 11001110 | 11001 | 100111 | 0 | 1011000 | 10011 | 1010111 | 1001110 | 101101 |
Color Harmonies of #7DCE19
Complementary color
Monochromatic Colors of #7DCE19
Black with #7DCE19
Text Example
Text Example
White with #7DCE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE19; }
p { color: rgb(125,206,25); }
H1.HeaderClassName
{
color: #7DCE19;
}
.AnyTagClassName
{
color: #7DCE19;
}
</style>
background-color css
<style>
a { background-color: #7DCE19; }
a { background-color: rgb(125,206,25); }
div.DivClassName
{
background-color: #7DCE19;
}
.BgClassName
{
background-color: #7DCE19;
}
</style>
border-color css
<style>
span { border-color: #7DCE19; }
span { border-color: rgb(125,206,25); }
td.TdClassName
{
border-color: #7DCE19;
}
.TagClassName
{
border-color: #7DCE19;
}
</style>