Shades of Lima #7CCE01
Tints of Lima #7CCE01
RGB
CMYK
RGB Variations
Color information
#7CCE01 (or 0x7CCE01) is known color: Lima. HEX triplet: 7C, CE and 01. RGB value is (124,206,1). Sum of RGB (Red+Green+Blue) = 124+206+1=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCE01 is #8331FE. Grayscale: #9E9E9E. Windows color (decimal): -8598015 or 118396. OLE color: 118396.
HSL color Cylindrical-coordinate representation of color #7CCE01: hue angle of 84º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CCE01 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 1 | - |
| CMYK | 0.40 | 0 | 1.00 | 0.19 |
| HSL | 84º | 0.99% | 0.41% | - |
| HSV(B) | 84º | 1% | 0.81% | - |
| XYZ | 30.39 | 48.43 | 7.77 | - |
| YUV | 158.11 | 39.33 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 1 | 0.40 | 0 | 1.00 | 0.19 | 84 | 0.99 | 0.41 |
| Hex | 7C | CE | 1 | 28 | 0 | 64 | 13 | 54 | 63 | 29 |
| Octal | 174 | 316 | 1 | 50 | 0 | 144 | 23 | 124 | 143 | 51 |
| Binary | 1111100 | 11001110 | 1 | 101000 | 0 | 1100100 | 10011 | 1010100 | 1100011 | 101001 |
Color Harmonies of #7CCE01
Complementary color
Monochromatic Colors of #7CCE01
Black with #7CCE01
Text Example
Text Example
White with #7CCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE01; }
p { color: rgb(124,206,1); }
H1.HeaderClassName
{
color: #7CCE01;
}
.AnyTagClassName
{
color: #7CCE01;
}
</style>
background-color css
<style>
a { background-color: #7CCE01; }
a { background-color: rgb(124,206,1); }
div.DivClassName
{
background-color: #7CCE01;
}
.BgClassName
{
background-color: #7CCE01;
}
</style>
border-color css
<style>
span { border-color: #7CCE01; }
span { border-color: rgb(124,206,1); }
td.TdClassName
{
border-color: #7CCE01;
}
.TagClassName
{
border-color: #7CCE01;
}
</style>