Shades of Lima #7CCE07
Tints of Lima #7CCE07
RGB
CMYK
RGB Variations
Color information
#7CCE07 (or 0x7CCE07) is known color: Lima. HEX triplet: 7C, CE and 07. RGB value is (124,206,7). Sum of RGB (Red+Green+Blue) = 124+206+7=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCE07 is #8331F8. Grayscale: #9F9F9F. Windows color (decimal): -8598009 or 511612. OLE color: 511612.
HSL color Cylindrical-coordinate representation of color #7CCE07: hue angle of 84.72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CCE07 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 7 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.19 |
| HSL | 84.72º | 0.93% | 0.42% | - |
| HSV(B) | 84.72º | 0.97% | 0.81% | - |
| XYZ | 30.42 | 48.44 | 7.95 | - |
| YUV | 158.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 7 | 0.40 | 0 | 0.97 | 0.19 | 84.72 | 0.93 | 0.42 |
| Hex | 7C | CE | 7 | 28 | 0 | 61 | 13 | 55 | 5D | 2A |
| Octal | 174 | 316 | 7 | 50 | 0 | 141 | 23 | 125 | 135 | 52 |
| Binary | 1111100 | 11001110 | 111 | 101000 | 0 | 1100001 | 10011 | 1010101 | 1011101 | 101010 |
Color Harmonies of #7CCE07
Complementary color
Monochromatic Colors of #7CCE07
Black with #7CCE07
Text Example
Text Example
White with #7CCE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE07; }
p { color: rgb(124,206,7); }
H1.HeaderClassName
{
color: #7CCE07;
}
.AnyTagClassName
{
color: #7CCE07;
}
</style>
background-color css
<style>
a { background-color: #7CCE07; }
a { background-color: rgb(124,206,7); }
div.DivClassName
{
background-color: #7CCE07;
}
.BgClassName
{
background-color: #7CCE07;
}
</style>
border-color css
<style>
span { border-color: #7CCE07; }
span { border-color: rgb(124,206,7); }
td.TdClassName
{
border-color: #7CCE07;
}
.TagClassName
{
border-color: #7CCE07;
}
</style>