Shades of Lima #7CCF13
Tints of Lima #7CCF13
RGB
CMYK
RGB Variations
Color information
#7CCF13 (or 0x7CCF13) is known color: Lima. HEX triplet: 7C, CF and 13. RGB value is (124,207,19). Sum of RGB (Red+Green+Blue) = 124+207+19=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF13 is #8330EC. Grayscale: #A1A1A1. Windows color (decimal): -8597741 or 1298300. OLE color: 1298300.
HSL color Cylindrical-coordinate representation of color #7CCF13: hue angle of 86.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CCF13 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 19 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.19 |
| HSL | 86.49º | 0.83% | 0.44% | - |
| HSV(B) | 86.49º | 0.91% | 0.81% | - |
| XYZ | 30.74 | 48.96 | 8.45 | - |
| YUV | 160.75 | 48 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 19 | 0.40 | 0 | 0.91 | 0.19 | 86.49 | 0.83 | 0.44 |
| Hex | 7C | CF | 13 | 28 | 0 | 5B | 13 | 56 | 53 | 2C |
| Octal | 174 | 317 | 23 | 50 | 0 | 133 | 23 | 126 | 123 | 54 |
| Binary | 1111100 | 11001111 | 10011 | 101000 | 0 | 1011011 | 10011 | 1010110 | 1010011 | 101100 |
Color Harmonies of #7CCF13
Complementary color
Monochromatic Colors of #7CCF13
Black with #7CCF13
Text Example
Text Example
White with #7CCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF13; }
p { color: rgb(124,207,19); }
H1.HeaderClassName
{
color: #7CCF13;
}
.AnyTagClassName
{
color: #7CCF13;
}
</style>
background-color css
<style>
a { background-color: #7CCF13; }
a { background-color: rgb(124,207,19); }
div.DivClassName
{
background-color: #7CCF13;
}
.BgClassName
{
background-color: #7CCF13;
}
</style>
border-color css
<style>
span { border-color: #7CCF13; }
span { border-color: rgb(124,207,19); }
td.TdClassName
{
border-color: #7CCF13;
}
.TagClassName
{
border-color: #7CCF13;
}
</style>