Shades of Lima #7CCF0E
Tints of Lima #7CCF0E
RGB
CMYK
RGB Variations
Color information
#7CCF0E (or 0x7CCF0E) is known color: Lima. HEX triplet: 7C, CF and 0E. RGB value is (124,207,14). Sum of RGB (Red+Green+Blue) = 124+207+14=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF0E is #8330F1. Grayscale: #A0A0A0. Windows color (decimal): -8597746 or 970620. OLE color: 970620.
HSL color Cylindrical-coordinate representation of color #7CCF0E: hue angle of 85.8º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CCF0E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 14 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.19 |
| HSL | 85.8º | 0.87% | 0.43% | - |
| HSV(B) | 85.8º | 0.93% | 0.81% | - |
| XYZ | 30.7 | 48.94 | 8.24 | - |
| YUV | 160.18 | 45.5 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 14 | 0.40 | 0 | 0.93 | 0.19 | 85.8 | 0.87 | 0.43 |
| Hex | 7C | CF | E | 28 | 0 | 5D | 13 | 56 | 57 | 2B |
| Octal | 174 | 317 | 16 | 50 | 0 | 135 | 23 | 126 | 127 | 53 |
| Binary | 1111100 | 11001111 | 1110 | 101000 | 0 | 1011101 | 10011 | 1010110 | 1010111 | 101011 |
Color Harmonies of #7CCF0E
Complementary color
Monochromatic Colors of #7CCF0E
Black with #7CCF0E
Text Example
Text Example
White with #7CCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF0E; }
p { color: rgb(124,207,14); }
H1.HeaderClassName
{
color: #7CCF0E;
}
.AnyTagClassName
{
color: #7CCF0E;
}
</style>
background-color css
<style>
a { background-color: #7CCF0E; }
a { background-color: rgb(124,207,14); }
div.DivClassName
{
background-color: #7CCF0E;
}
.BgClassName
{
background-color: #7CCF0E;
}
</style>
border-color css
<style>
span { border-color: #7CCF0E; }
span { border-color: rgb(124,207,14); }
td.TdClassName
{
border-color: #7CCF0E;
}
.TagClassName
{
border-color: #7CCF0E;
}
</style>