Shades of Lima #7FC01D
Tints of Lima #7FC01D
RGB
CMYK
RGB Variations
Color information
#7FC01D (or 0x7FC01D) is known color: Lima. HEX triplet: 7F, C0 and 1D. RGB value is (127,192,29). Sum of RGB (Red+Green+Blue) = 127+192+29=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC01D is #803FE2. Grayscale: #9A9A9A. Windows color (decimal): -8404963 or 1949823. OLE color: 1949823.
HSL color Cylindrical-coordinate representation of color #7FC01D: hue angle of 83.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FC01D is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 29 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.25 |
| HSL | 83.93º | 0.74% | 0.43% | - |
| HSV(B) | 83.93º | 0.85% | 0.75% | - |
| XYZ | 27.82 | 42.3 | 7.86 | - |
| YUV | 153.98 | 57.47 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 29 | 0.34 | 0 | 0.85 | 0.25 | 83.93 | 0.74 | 0.43 |
| Hex | 7F | C0 | 1D | 22 | 0 | 55 | 19 | 54 | 4A | 2B |
| Octal | 177 | 300 | 35 | 42 | 0 | 125 | 31 | 124 | 112 | 53 |
| Binary | 1111111 | 11000000 | 11101 | 100010 | 0 | 1010101 | 11001 | 1010100 | 1001010 | 101011 |
Color Harmonies of #7FC01D
Complementary color
Monochromatic Colors of #7FC01D
Black with #7FC01D
Text Example
Text Example
White with #7FC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC01D; }
p { color: rgb(127,192,29); }
H1.HeaderClassName
{
color: #7FC01D;
}
.AnyTagClassName
{
color: #7FC01D;
}
</style>
background-color css
<style>
a { background-color: #7FC01D; }
a { background-color: rgb(127,192,29); }
div.DivClassName
{
background-color: #7FC01D;
}
.BgClassName
{
background-color: #7FC01D;
}
</style>
border-color css
<style>
span { border-color: #7FC01D; }
span { border-color: rgb(127,192,29); }
td.TdClassName
{
border-color: #7FC01D;
}
.TagClassName
{
border-color: #7FC01D;
}
</style>