Shades of Lima #7DC902
Tints of Lima #7DC902
RGB
CMYK
RGB Variations
Color information
#7DC902 (or 0x7DC902) is known color: Lima. HEX triplet: 7D, C9 and 02. RGB value is (125,201,2). Sum of RGB (Red+Green+Blue) = 125+201+2=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC902 is #8236FD. Grayscale: #9C9C9C. Windows color (decimal): -8533758 or 182653. OLE color: 182653.
HSL color Cylindrical-coordinate representation of color #7DC902: hue angle of 82.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DC902 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.21 |
| HSL | 82.91º | 0.98% | 0.4% | - |
| HSV(B) | 82.91º | 0.99% | 0.79% | - |
| XYZ | 29.36 | 46.14 | 7.42 | - |
| YUV | 155.59 | 41.32 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 2 | 0.38 | 0 | 0.99 | 0.21 | 82.91 | 0.98 | 0.4 |
| Hex | 7D | C9 | 2 | 26 | 0 | 63 | 15 | 53 | 62 | 28 |
| Octal | 175 | 311 | 2 | 46 | 0 | 143 | 25 | 123 | 142 | 50 |
| Binary | 1111101 | 11001001 | 10 | 100110 | 0 | 1100011 | 10101 | 1010011 | 1100010 | 101000 |
Color Harmonies of #7DC902
Complementary color
Monochromatic Colors of #7DC902
Black with #7DC902
Text Example
Text Example
White with #7DC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC902; }
p { color: rgb(125,201,2); }
H1.HeaderClassName
{
color: #7DC902;
}
.AnyTagClassName
{
color: #7DC902;
}
</style>
background-color css
<style>
a { background-color: #7DC902; }
a { background-color: rgb(125,201,2); }
div.DivClassName
{
background-color: #7DC902;
}
.BgClassName
{
background-color: #7DC902;
}
</style>
border-color css
<style>
span { border-color: #7DC902; }
span { border-color: rgb(125,201,2); }
td.TdClassName
{
border-color: #7DC902;
}
.TagClassName
{
border-color: #7DC902;
}
</style>