Shades of Lima #7FCF13
Tints of Lima #7FCF13
RGB
CMYK
RGB Variations
Color information
#7FCF13 (or 0x7FCF13) is known color: Lima. HEX triplet: 7F, CF and 13. RGB value is (127,207,19). Sum of RGB (Red+Green+Blue) = 127+207+19=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF13 is #8030EC. Grayscale: #A2A2A2. Windows color (decimal): -8401133 or 1298303. OLE color: 1298303.
HSL color Cylindrical-coordinate representation of color #7FCF13: hue angle of 85.53º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FCF13 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 19 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.19 |
| HSL | 85.53º | 0.83% | 0.44% | - |
| HSV(B) | 85.53º | 0.91% | 0.81% | - |
| XYZ | 31.18 | 49.18 | 8.47 | - |
| YUV | 161.65 | 47.5 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 19 | 0.39 | 0 | 0.91 | 0.19 | 85.53 | 0.83 | 0.44 |
| Hex | 7F | CF | 13 | 27 | 0 | 5B | 13 | 56 | 53 | 2C |
| Octal | 177 | 317 | 23 | 47 | 0 | 133 | 23 | 126 | 123 | 54 |
| Binary | 1111111 | 11001111 | 10011 | 100111 | 0 | 1011011 | 10011 | 1010110 | 1010011 | 101100 |
Color Harmonies of #7FCF13
Complementary color
Monochromatic Colors of #7FCF13
Black with #7FCF13
Text Example
Text Example
White with #7FCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF13; }
p { color: rgb(127,207,19); }
H1.HeaderClassName
{
color: #7FCF13;
}
.AnyTagClassName
{
color: #7FCF13;
}
</style>
background-color css
<style>
a { background-color: #7FCF13; }
a { background-color: rgb(127,207,19); }
div.DivClassName
{
background-color: #7FCF13;
}
.BgClassName
{
background-color: #7FCF13;
}
</style>
border-color css
<style>
span { border-color: #7FCF13; }
span { border-color: rgb(127,207,19); }
td.TdClassName
{
border-color: #7FCF13;
}
.TagClassName
{
border-color: #7FCF13;
}
</style>