Shades of Lima #7FCE15
Tints of Lima #7FCE15
RGB
CMYK
RGB Variations
Color information
#7FCE15 (or 0x7FCE15) is known color: Lima. HEX triplet: 7F, CE and 15. RGB value is (127,206,21). Sum of RGB (Red+Green+Blue) = 127+206+21=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCE15 is #8031EA. Grayscale: #A1A1A1. Windows color (decimal): -8401387 or 1429119. OLE color: 1429119.
HSL color Cylindrical-coordinate representation of color #7FCE15: hue angle of 85.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FCE15 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.19 |
| HSL | 85.62º | 0.81% | 0.45% | - |
| HSV(B) | 85.62º | 0.9% | 0.81% | - |
| XYZ | 30.96 | 48.71 | 8.48 | - |
| YUV | 161.29 | 48.83 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 21 | 0.38 | 0 | 0.90 | 0.19 | 85.62 | 0.81 | 0.45 |
| Hex | 7F | CE | 15 | 26 | 0 | 5A | 13 | 56 | 51 | 2D |
| Octal | 177 | 316 | 25 | 46 | 0 | 132 | 23 | 126 | 121 | 55 |
| Binary | 1111111 | 11001110 | 10101 | 100110 | 0 | 1011010 | 10011 | 1010110 | 1010001 | 101101 |
Color Harmonies of #7FCE15
Complementary color
Monochromatic Colors of #7FCE15
Black with #7FCE15
Text Example
Text Example
White with #7FCE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE15; }
p { color: rgb(127,206,21); }
H1.HeaderClassName
{
color: #7FCE15;
}
.AnyTagClassName
{
color: #7FCE15;
}
</style>
background-color css
<style>
a { background-color: #7FCE15; }
a { background-color: rgb(127,206,21); }
div.DivClassName
{
background-color: #7FCE15;
}
.BgClassName
{
background-color: #7FCE15;
}
</style>
border-color css
<style>
span { border-color: #7FCE15; }
span { border-color: rgb(127,206,21); }
td.TdClassName
{
border-color: #7FCE15;
}
.TagClassName
{
border-color: #7FCE15;
}
</style>