Shades of Lima #7FC12D
Tints of Lima #7FC12D
RGB
CMYK
RGB Variations
Color information
#7FC12D (or 0x7FC12D) is known color: Lima. HEX triplet: 7F, C1 and 2D. RGB value is (127,193,45). Sum of RGB (Red+Green+Blue) = 127+193+45=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC12D is #803ED2. Grayscale: #9C9C9C. Windows color (decimal): -8404691 or 2998655. OLE color: 2998655.
HSL color Cylindrical-coordinate representation of color #7FC12D: hue angle of 86.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FC12D is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 45 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.24 |
| HSL | 86.76º | 0.62% | 0.47% | - |
| HSV(B) | 86.76º | 0.77% | 0.76% | - |
| XYZ | 28.3 | 42.84 | 9.26 | - |
| YUV | 156.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 45 | 0.34 | 0 | 0.77 | 0.24 | 86.76 | 0.62 | 0.47 |
| Hex | 7F | C1 | 2D | 22 | 0 | 4D | 18 | 57 | 3E | 2F |
| Octal | 177 | 301 | 55 | 42 | 0 | 115 | 30 | 127 | 76 | 57 |
| Binary | 1111111 | 11000001 | 101101 | 100010 | 0 | 1001101 | 11000 | 1010111 | 111110 | 101111 |
Color Harmonies of #7FC12D
Complementary color
Monochromatic Colors of #7FC12D
Black with #7FC12D
Text Example
Text Example
White with #7FC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC12D; }
p { color: rgb(127,193,45); }
H1.HeaderClassName
{
color: #7FC12D;
}
.AnyTagClassName
{
color: #7FC12D;
}
</style>
background-color css
<style>
a { background-color: #7FC12D; }
a { background-color: rgb(127,193,45); }
div.DivClassName
{
background-color: #7FC12D;
}
.BgClassName
{
background-color: #7FC12D;
}
</style>
border-color css
<style>
span { border-color: #7FC12D; }
span { border-color: rgb(127,193,45); }
td.TdClassName
{
border-color: #7FC12D;
}
.TagClassName
{
border-color: #7FC12D;
}
</style>