Shades of Lima #7FCF18
Tints of Lima #7FCF18
RGB
CMYK
RGB Variations
Color information
#7FCF18 (or 0x7FCF18) is known color: Lima. HEX triplet: 7F, CF and 18. RGB value is (127,207,24). Sum of RGB (Red+Green+Blue) = 127+207+24=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF18 is #8030E7. Grayscale: #A2A2A2. Windows color (decimal): -8401128 or 1625983. OLE color: 1625983.
HSL color Cylindrical-coordinate representation of color #7FCF18: hue angle of 86.23º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FCF18 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 24 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.19 |
| HSL | 86.23º | 0.79% | 0.45% | - |
| HSV(B) | 86.23º | 0.88% | 0.81% | - |
| XYZ | 31.23 | 49.2 | 8.72 | - |
| YUV | 162.22 | 50 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 24 | 0.39 | 0 | 0.88 | 0.19 | 86.23 | 0.79 | 0.45 |
| Hex | 7F | CF | 18 | 27 | 0 | 58 | 13 | 56 | 4F | 2D |
| Octal | 177 | 317 | 30 | 47 | 0 | 130 | 23 | 126 | 117 | 55 |
| Binary | 1111111 | 11001111 | 11000 | 100111 | 0 | 1011000 | 10011 | 1010110 | 1001111 | 101101 |
Color Harmonies of #7FCF18
Complementary color
Monochromatic Colors of #7FCF18
Black with #7FCF18
Text Example
Text Example
White with #7FCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF18; }
p { color: rgb(127,207,24); }
H1.HeaderClassName
{
color: #7FCF18;
}
.AnyTagClassName
{
color: #7FCF18;
}
</style>
background-color css
<style>
a { background-color: #7FCF18; }
a { background-color: rgb(127,207,24); }
div.DivClassName
{
background-color: #7FCF18;
}
.BgClassName
{
background-color: #7FCF18;
}
</style>
border-color css
<style>
span { border-color: #7FCF18; }
span { border-color: rgb(127,207,24); }
td.TdClassName
{
border-color: #7FCF18;
}
.TagClassName
{
border-color: #7FCF18;
}
</style>