Shades of Lima #7FC41D
Tints of Lima #7FC41D
RGB
CMYK
RGB Variations
Color information
#7FC41D (or 0x7FC41D) is known color: Lima. HEX triplet: 7F, C4 and 1D. RGB value is (127,196,29). Sum of RGB (Red+Green+Blue) = 127+196+29=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC41D is #803BE2. Grayscale: #9C9C9C. Windows color (decimal): -8403939 or 1950847. OLE color: 1950847.
HSL color Cylindrical-coordinate representation of color #7FC41D: hue angle of 84.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FC41D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 29 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.23 |
| HSL | 84.79º | 0.74% | 0.44% | - |
| HSV(B) | 84.79º | 0.85% | 0.77% | - |
| XYZ | 28.71 | 44.08 | 8.16 | - |
| YUV | 156.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 29 | 0.35 | 0 | 0.85 | 0.23 | 84.79 | 0.74 | 0.44 |
| Hex | 7F | C4 | 1D | 23 | 0 | 55 | 17 | 55 | 4A | 2C |
| Octal | 177 | 304 | 35 | 43 | 0 | 125 | 27 | 125 | 112 | 54 |
| Binary | 1111111 | 11000100 | 11101 | 100011 | 0 | 1010101 | 10111 | 1010101 | 1001010 | 101100 |
Color Harmonies of #7FC41D
Complementary color
Monochromatic Colors of #7FC41D
Black with #7FC41D
Text Example
Text Example
White with #7FC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC41D; }
p { color: rgb(127,196,29); }
H1.HeaderClassName
{
color: #7FC41D;
}
.AnyTagClassName
{
color: #7FC41D;
}
</style>
background-color css
<style>
a { background-color: #7FC41D; }
a { background-color: rgb(127,196,29); }
div.DivClassName
{
background-color: #7FC41D;
}
.BgClassName
{
background-color: #7FC41D;
}
</style>
border-color css
<style>
span { border-color: #7FC41D; }
span { border-color: rgb(127,196,29); }
td.TdClassName
{
border-color: #7FC41D;
}
.TagClassName
{
border-color: #7FC41D;
}
</style>