Shades of Lima #7DCF14
Tints of Lima #7DCF14
RGB
CMYK
RGB Variations
Color information
#7DCF14 (or 0x7DCF14) is known color: Lima. HEX triplet: 7D, CF and 14. RGB value is (125,207,20). Sum of RGB (Red+Green+Blue) = 125+207+20=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF14 is #8230EB. Grayscale: #A1A1A1. Windows color (decimal): -8532204 or 1363837. OLE color: 1363837.
HSL color Cylindrical-coordinate representation of color #7DCF14: hue angle of 86.31º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DCF14 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 20 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.19 |
| HSL | 86.31º | 0.82% | 0.45% | - |
| HSV(B) | 86.31º | 0.9% | 0.81% | - |
| XYZ | 30.9 | 49.04 | 8.5 | - |
| YUV | 161.16 | 48.33 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 20 | 0.40 | 0 | 0.90 | 0.19 | 86.31 | 0.82 | 0.45 |
| Hex | 7D | CF | 14 | 28 | 0 | 5A | 13 | 56 | 52 | 2D |
| Octal | 175 | 317 | 24 | 50 | 0 | 132 | 23 | 126 | 122 | 55 |
| Binary | 1111101 | 11001111 | 10100 | 101000 | 0 | 1011010 | 10011 | 1010110 | 1010010 | 101101 |
Color Harmonies of #7DCF14
Complementary color
Monochromatic Colors of #7DCF14
Black with #7DCF14
Text Example
Text Example
White with #7DCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF14; }
p { color: rgb(125,207,20); }
H1.HeaderClassName
{
color: #7DCF14;
}
.AnyTagClassName
{
color: #7DCF14;
}
</style>
background-color css
<style>
a { background-color: #7DCF14; }
a { background-color: rgb(125,207,20); }
div.DivClassName
{
background-color: #7DCF14;
}
.BgClassName
{
background-color: #7DCF14;
}
</style>
border-color css
<style>
span { border-color: #7DCF14; }
span { border-color: rgb(125,207,20); }
td.TdClassName
{
border-color: #7DCF14;
}
.TagClassName
{
border-color: #7DCF14;
}
</style>