Shades of Lima #7FCD1C
Tints of Lima #7FCD1C
RGB
CMYK
RGB Variations
Color information
#7FCD1C (or 0x7FCD1C) is known color: Lima. HEX triplet: 7F, CD and 1C. RGB value is (127,205,28). Sum of RGB (Red+Green+Blue) = 127+205+28=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD1C is #8032E3. Grayscale: #A2A2A2. Windows color (decimal): -8401636 or 1887615. OLE color: 1887615.
HSL color Cylindrical-coordinate representation of color #7FCD1C: hue angle of 86.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FCD1C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 28 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.20 |
| HSL | 86.44º | 0.76% | 0.46% | - |
| HSV(B) | 86.44º | 0.86% | 0.8% | - |
| XYZ | 30.79 | 48.26 | 8.79 | - |
| YUV | 161.5 | 52.66 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 28 | 0.38 | 0 | 0.86 | 0.20 | 86.44 | 0.76 | 0.46 |
| Hex | 7F | CD | 1C | 26 | 0 | 56 | 14 | 56 | 4C | 2E |
| Octal | 177 | 315 | 34 | 46 | 0 | 126 | 24 | 126 | 114 | 56 |
| Binary | 1111111 | 11001101 | 11100 | 100110 | 0 | 1010110 | 10100 | 1010110 | 1001100 | 101110 |
Color Harmonies of #7FCD1C
Complementary color
Monochromatic Colors of #7FCD1C
Black with #7FCD1C
Text Example
Text Example
White with #7FCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD1C; }
p { color: rgb(127,205,28); }
H1.HeaderClassName
{
color: #7FCD1C;
}
.AnyTagClassName
{
color: #7FCD1C;
}
</style>
background-color css
<style>
a { background-color: #7FCD1C; }
a { background-color: rgb(127,205,28); }
div.DivClassName
{
background-color: #7FCD1C;
}
.BgClassName
{
background-color: #7FCD1C;
}
</style>
border-color css
<style>
span { border-color: #7FCD1C; }
span { border-color: rgb(127,205,28); }
td.TdClassName
{
border-color: #7FCD1C;
}
.TagClassName
{
border-color: #7FCD1C;
}
</style>