Shades of Lima #7DC313
Tints of Lima #7DC313
RGB
CMYK
RGB Variations
Color information
#7DC313 (or 0x7DC313) is known color: Lima. HEX triplet: 7D, C3 and 13. RGB value is (125,195,19). Sum of RGB (Red+Green+Blue) = 125+195+19=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC313 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC313 is #823CEC. Grayscale: #9A9A9A. Windows color (decimal): -8535277 or 1295229. OLE color: 1295229.
HSL color Cylindrical-coordinate representation of color #7DC313: hue angle of 83.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DC313 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 19 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.24 |
| HSL | 83.86º | 0.82% | 0.42% | - |
| HSV(B) | 83.86º | 0.9% | 0.76% | - |
| XYZ | 28.09 | 43.44 | 7.52 | - |
| YUV | 154.01 | 51.81 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 19 | 0.36 | 0 | 0.90 | 0.24 | 83.86 | 0.82 | 0.42 |
| Hex | 7D | C3 | 13 | 24 | 0 | 5A | 18 | 54 | 52 | 2A |
| Octal | 175 | 303 | 23 | 44 | 0 | 132 | 30 | 124 | 122 | 52 |
| Binary | 1111101 | 11000011 | 10011 | 100100 | 0 | 1011010 | 11000 | 1010100 | 1010010 | 101010 |
Color Harmonies of #7DC313
Complementary color
Monochromatic Colors of #7DC313
Black with #7DC313
Text Example
Text Example
White with #7DC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC313; }
p { color: rgb(125,195,19); }
H1.HeaderClassName
{
color: #7DC313;
}
.AnyTagClassName
{
color: #7DC313;
}
</style>
background-color css
<style>
a { background-color: #7DC313; }
a { background-color: rgb(125,195,19); }
div.DivClassName
{
background-color: #7DC313;
}
.BgClassName
{
background-color: #7DC313;
}
</style>
border-color css
<style>
span { border-color: #7DC313; }
span { border-color: rgb(125,195,19); }
td.TdClassName
{
border-color: #7DC313;
}
.TagClassName
{
border-color: #7DC313;
}
</style>