Shades of Lima #7FC027
Tints of Lima #7FC027
RGB
CMYK
RGB Variations
Color information
#7FC027 (or 0x7FC027) is known color: Lima. HEX triplet: 7F, C0 and 27. RGB value is (127,192,39). Sum of RGB (Red+Green+Blue) = 127+192+39=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC027 is #803FD8. Grayscale: #9B9B9B. Windows color (decimal): -8404953 or 2605183. OLE color: 2605183.
HSL color Cylindrical-coordinate representation of color #7FC027: hue angle of 85.49º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FC027 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 39 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.25 |
| HSL | 85.49º | 0.66% | 0.45% | - |
| HSV(B) | 85.49º | 0.8% | 0.75% | - |
| XYZ | 27.97 | 42.36 | 8.62 | - |
| YUV | 155.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 39 | 0.34 | 0 | 0.80 | 0.25 | 85.49 | 0.66 | 0.45 |
| Hex | 7F | C0 | 27 | 22 | 0 | 50 | 19 | 55 | 42 | 2D |
| Octal | 177 | 300 | 47 | 42 | 0 | 120 | 31 | 125 | 102 | 55 |
| Binary | 1111111 | 11000000 | 100111 | 100010 | 0 | 1010000 | 11001 | 1010101 | 1000010 | 101101 |
Color Harmonies of #7FC027
Complementary color
Monochromatic Colors of #7FC027
Black with #7FC027
Text Example
Text Example
White with #7FC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC027; }
p { color: rgb(127,192,39); }
H1.HeaderClassName
{
color: #7FC027;
}
.AnyTagClassName
{
color: #7FC027;
}
</style>
background-color css
<style>
a { background-color: #7FC027; }
a { background-color: rgb(127,192,39); }
div.DivClassName
{
background-color: #7FC027;
}
.BgClassName
{
background-color: #7FC027;
}
</style>
border-color css
<style>
span { border-color: #7FC027; }
span { border-color: rgb(127,192,39); }
td.TdClassName
{
border-color: #7FC027;
}
.TagClassName
{
border-color: #7FC027;
}
</style>