Shades of Lima #7CCF1C
Tints of Lima #7CCF1C
RGB
CMYK
RGB Variations
Color information
#7CCF1C (or 0x7CCF1C) is known color: Lima. HEX triplet: 7C, CF and 1C. RGB value is (124,207,28). Sum of RGB (Red+Green+Blue) = 124+207+28=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF1C is #8330E3. Grayscale: #A2A2A2. Windows color (decimal): -8597732 or 1888124. OLE color: 1888124.
HSL color Cylindrical-coordinate representation of color #7CCF1C: hue angle of 87.82º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CCF1C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 28 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.19 |
| HSL | 87.82º | 0.76% | 0.46% | - |
| HSV(B) | 87.82º | 0.86% | 0.81% | - |
| XYZ | 30.83 | 48.99 | 8.93 | - |
| YUV | 161.78 | 52.5 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 28 | 0.40 | 0 | 0.86 | 0.19 | 87.82 | 0.76 | 0.46 |
| Hex | 7C | CF | 1C | 28 | 0 | 56 | 13 | 58 | 4C | 2E |
| Octal | 174 | 317 | 34 | 50 | 0 | 126 | 23 | 130 | 114 | 56 |
| Binary | 1111100 | 11001111 | 11100 | 101000 | 0 | 1010110 | 10011 | 1011000 | 1001100 | 101110 |
Color Harmonies of #7CCF1C
Complementary color
Monochromatic Colors of #7CCF1C
Black with #7CCF1C
Text Example
Text Example
White with #7CCF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF1C; }
p { color: rgb(124,207,28); }
H1.HeaderClassName
{
color: #7CCF1C;
}
.AnyTagClassName
{
color: #7CCF1C;
}
</style>
background-color css
<style>
a { background-color: #7CCF1C; }
a { background-color: rgb(124,207,28); }
div.DivClassName
{
background-color: #7CCF1C;
}
.BgClassName
{
background-color: #7CCF1C;
}
</style>
border-color css
<style>
span { border-color: #7CCF1C; }
span { border-color: rgb(124,207,28); }
td.TdClassName
{
border-color: #7CCF1C;
}
.TagClassName
{
border-color: #7CCF1C;
}
</style>