Shades of Lima #7FCC19
Tints of Lima #7FCC19
RGB
CMYK
RGB Variations
Color information
#7FCC19 (or 0x7FCC19) is known color: Lima. HEX triplet: 7F, CC and 19. RGB value is (127,204,25). Sum of RGB (Red+Green+Blue) = 127+204+25=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCC19 is #8033E6. Grayscale: #A1A1A1. Windows color (decimal): -8401895 or 1690751. OLE color: 1690751.
HSL color Cylindrical-coordinate representation of color #7FCC19: hue angle of 85.81º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FCC19 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 25 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.2 |
| HSL | 85.81º | 0.78% | 0.45% | - |
| HSV(B) | 85.81º | 0.88% | 0.8% | - |
| XYZ | 30.52 | 47.77 | 8.53 | - |
| YUV | 160.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 25 | 0.38 | 0 | 0.88 | 0.2 | 85.81 | 0.78 | 0.45 |
| Hex | 7F | CC | 19 | 26 | 0 | 58 | 14 | 56 | 4E | 2D |
| Octal | 177 | 314 | 31 | 46 | 0 | 130 | 24 | 126 | 116 | 55 |
| Binary | 1111111 | 11001100 | 11001 | 100110 | 0 | 1011000 | 10100 | 1010110 | 1001110 | 101101 |
Color Harmonies of #7FCC19
Complementary color
Monochromatic Colors of #7FCC19
Black with #7FCC19
Text Example
Text Example
White with #7FCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC19; }
p { color: rgb(127,204,25); }
H1.HeaderClassName
{
color: #7FCC19;
}
.AnyTagClassName
{
color: #7FCC19;
}
</style>
background-color css
<style>
a { background-color: #7FCC19; }
a { background-color: rgb(127,204,25); }
div.DivClassName
{
background-color: #7FCC19;
}
.BgClassName
{
background-color: #7FCC19;
}
</style>
border-color css
<style>
span { border-color: #7FCC19; }
span { border-color: rgb(127,204,25); }
td.TdClassName
{
border-color: #7FCC19;
}
.TagClassName
{
border-color: #7FCC19;
}
</style>