Shades of Lima #7FC21D
Tints of Lima #7FC21D
RGB
CMYK
RGB Variations
Color information
#7FC21D (or 0x7FC21D) is known color: Lima. HEX triplet: 7F, C2 and 1D. RGB value is (127,194,29). Sum of RGB (Red+Green+Blue) = 127+194+29=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC21D is #803DE2. Grayscale: #9B9B9B. Windows color (decimal): -8404451 or 1950335. OLE color: 1950335.
HSL color Cylindrical-coordinate representation of color #7FC21D: hue angle of 84.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FC21D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 29 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.24 |
| HSL | 84.36º | 0.74% | 0.44% | - |
| HSV(B) | 84.36º | 0.85% | 0.76% | - |
| XYZ | 28.27 | 43.18 | 8.01 | - |
| YUV | 155.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 29 | 0.35 | 0 | 0.85 | 0.24 | 84.36 | 0.74 | 0.44 |
| Hex | 7F | C2 | 1D | 23 | 0 | 55 | 18 | 54 | 4A | 2C |
| Octal | 177 | 302 | 35 | 43 | 0 | 125 | 30 | 124 | 112 | 54 |
| Binary | 1111111 | 11000010 | 11101 | 100011 | 0 | 1010101 | 11000 | 1010100 | 1001010 | 101100 |
Color Harmonies of #7FC21D
Complementary color
Monochromatic Colors of #7FC21D
Black with #7FC21D
Text Example
Text Example
White with #7FC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC21D; }
p { color: rgb(127,194,29); }
H1.HeaderClassName
{
color: #7FC21D;
}
.AnyTagClassName
{
color: #7FC21D;
}
</style>
background-color css
<style>
a { background-color: #7FC21D; }
a { background-color: rgb(127,194,29); }
div.DivClassName
{
background-color: #7FC21D;
}
.BgClassName
{
background-color: #7FC21D;
}
</style>
border-color css
<style>
span { border-color: #7FC21D; }
span { border-color: rgb(127,194,29); }
td.TdClassName
{
border-color: #7FC21D;
}
.TagClassName
{
border-color: #7FC21D;
}
</style>