Shades of Lima #7FCC1C
Tints of Lima #7FCC1C
RGB
CMYK
RGB Variations
Color information
#7FCC1C (or 0x7FCC1C) is known color: Lima. HEX triplet: 7F, CC and 1C. RGB value is (127,204,28). Sum of RGB (Red+Green+Blue) = 127+204+28=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC1C is #8033E3. Grayscale: #A1A1A1. Windows color (decimal): -8401892 or 1887359. OLE color: 1887359.
HSL color Cylindrical-coordinate representation of color #7FCC1C: hue angle of 86.25º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FCC1C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 28 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.2 |
| HSL | 86.25º | 0.76% | 0.45% | - |
| HSV(B) | 86.25º | 0.86% | 0.8% | - |
| XYZ | 30.55 | 47.78 | 8.71 | - |
| YUV | 160.91 | 52.99 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 28 | 0.38 | 0 | 0.86 | 0.2 | 86.25 | 0.76 | 0.45 |
| Hex | 7F | CC | 1C | 26 | 0 | 56 | 14 | 56 | 4C | 2D |
| Octal | 177 | 314 | 34 | 46 | 0 | 126 | 24 | 126 | 114 | 55 |
| Binary | 1111111 | 11001100 | 11100 | 100110 | 0 | 1010110 | 10100 | 1010110 | 1001100 | 101101 |
Color Harmonies of #7FCC1C
Complementary color
Monochromatic Colors of #7FCC1C
Black with #7FCC1C
Text Example
Text Example
White with #7FCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC1C; }
p { color: rgb(127,204,28); }
H1.HeaderClassName
{
color: #7FCC1C;
}
.AnyTagClassName
{
color: #7FCC1C;
}
</style>
background-color css
<style>
a { background-color: #7FCC1C; }
a { background-color: rgb(127,204,28); }
div.DivClassName
{
background-color: #7FCC1C;
}
.BgClassName
{
background-color: #7FCC1C;
}
</style>
border-color css
<style>
span { border-color: #7FCC1C; }
span { border-color: rgb(127,204,28); }
td.TdClassName
{
border-color: #7FCC1C;
}
.TagClassName
{
border-color: #7FCC1C;
}
</style>