Shades of Lima #7CCD16
Tints of Lima #7CCD16
RGB
CMYK
RGB Variations
Color information
#7CCD16 (or 0x7CCD16) is known color: Lima. HEX triplet: 7C, CD and 16. RGB value is (124,205,22). Sum of RGB (Red+Green+Blue) = 124+205+22=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCD16 is #8332E9. Grayscale: #A0A0A0. Windows color (decimal): -8598250 or 1494396. OLE color: 1494396.
HSL color Cylindrical-coordinate representation of color #7CCD16: hue angle of 86.56º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CCD16 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 22 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.20 |
| HSL | 86.56º | 0.81% | 0.45% | - |
| HSV(B) | 86.56º | 0.89% | 0.8% | - |
| XYZ | 30.29 | 48.01 | 8.43 | - |
| YUV | 159.92 | 50.16 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 22 | 0.40 | 0 | 0.89 | 0.20 | 86.56 | 0.81 | 0.45 |
| Hex | 7C | CD | 16 | 28 | 0 | 59 | 14 | 57 | 51 | 2D |
| Octal | 174 | 315 | 26 | 50 | 0 | 131 | 24 | 127 | 121 | 55 |
| Binary | 1111100 | 11001101 | 10110 | 101000 | 0 | 1011001 | 10100 | 1010111 | 1010001 | 101101 |
Color Harmonies of #7CCD16
Complementary color
Monochromatic Colors of #7CCD16
Black with #7CCD16
Text Example
Text Example
White with #7CCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD16; }
p { color: rgb(124,205,22); }
H1.HeaderClassName
{
color: #7CCD16;
}
.AnyTagClassName
{
color: #7CCD16;
}
</style>
background-color css
<style>
a { background-color: #7CCD16; }
a { background-color: rgb(124,205,22); }
div.DivClassName
{
background-color: #7CCD16;
}
.BgClassName
{
background-color: #7CCD16;
}
</style>
border-color css
<style>
span { border-color: #7CCD16; }
span { border-color: rgb(124,205,22); }
td.TdClassName
{
border-color: #7CCD16;
}
.TagClassName
{
border-color: #7CCD16;
}
</style>