Shades of Lima #7CCF19
Tints of Lima #7CCF19
RGB
CMYK
RGB Variations
Color information
#7CCF19 (or 0x7CCF19) is known color: Lima. HEX triplet: 7C, CF and 19. RGB value is (124,207,25). Sum of RGB (Red+Green+Blue) = 124+207+25=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF19 is #8330E6. Grayscale: #A2A2A2. Windows color (decimal): -8597735 or 1691516. OLE color: 1691516.
HSL color Cylindrical-coordinate representation of color #7CCF19: hue angle of 87.36º degrees, saturation: 0.78, 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 #7CCF19 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 25 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.19 |
| HSL | 87.36º | 0.78% | 0.45% | - |
| HSV(B) | 87.36º | 0.88% | 0.81% | - |
| XYZ | 30.8 | 48.98 | 8.75 | - |
| YUV | 161.44 | 51 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 25 | 0.40 | 0 | 0.88 | 0.19 | 87.36 | 0.78 | 0.45 |
| Hex | 7C | CF | 19 | 28 | 0 | 58 | 13 | 57 | 4E | 2D |
| Octal | 174 | 317 | 31 | 50 | 0 | 130 | 23 | 127 | 116 | 55 |
| Binary | 1111100 | 11001111 | 11001 | 101000 | 0 | 1011000 | 10011 | 1010111 | 1001110 | 101101 |
Color Harmonies of #7CCF19
Complementary color
Monochromatic Colors of #7CCF19
Black with #7CCF19
Text Example
Text Example
White with #7CCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF19; }
p { color: rgb(124,207,25); }
H1.HeaderClassName
{
color: #7CCF19;
}
.AnyTagClassName
{
color: #7CCF19;
}
</style>
background-color css
<style>
a { background-color: #7CCF19; }
a { background-color: rgb(124,207,25); }
div.DivClassName
{
background-color: #7CCF19;
}
.BgClassName
{
background-color: #7CCF19;
}
</style>
border-color css
<style>
span { border-color: #7CCF19; }
span { border-color: rgb(124,207,25); }
td.TdClassName
{
border-color: #7CCF19;
}
.TagClassName
{
border-color: #7CCF19;
}
</style>