Shades of Lima #7CD30F
Tints of Lima #7CD30F
RGB
CMYK
RGB Variations
Color information
#7CD30F (or 0x7CD30F) is known color: Lima. HEX triplet: 7C, D3 and 0F. RGB value is (124,211,15). Sum of RGB (Red+Green+Blue) = 124+211+15=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD30F is #832CF0. Grayscale: #A3A3A3. Windows color (decimal): -8596721 or 1037180. OLE color: 1037180.
HSL color Cylindrical-coordinate representation of color #7CD30F: hue angle of 86.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CD30F is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 15 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.17 |
| HSL | 86.63º | 0.87% | 0.44% | - |
| HSV(B) | 86.63º | 0.93% | 0.83% | - |
| XYZ | 31.69 | 50.91 | 8.61 | - |
| YUV | 162.64 | 44.68 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 15 | 0.41 | 0 | 0.93 | 0.17 | 86.63 | 0.87 | 0.44 |
| Hex | 7C | D3 | F | 29 | 0 | 5D | 11 | 57 | 57 | 2C |
| Octal | 174 | 323 | 17 | 51 | 0 | 135 | 21 | 127 | 127 | 54 |
| Binary | 1111100 | 11010011 | 1111 | 101001 | 0 | 1011101 | 10001 | 1010111 | 1010111 | 101100 |
Color Harmonies of #7CD30F
Complementary color
Monochromatic Colors of #7CD30F
Black with #7CD30F
Text Example
Text Example
White with #7CD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD30F; }
p { color: rgb(124,211,15); }
H1.HeaderClassName
{
color: #7CD30F;
}
.AnyTagClassName
{
color: #7CD30F;
}
</style>
background-color css
<style>
a { background-color: #7CD30F; }
a { background-color: rgb(124,211,15); }
div.DivClassName
{
background-color: #7CD30F;
}
.BgClassName
{
background-color: #7CD30F;
}
</style>
border-color css
<style>
span { border-color: #7CD30F; }
span { border-color: rgb(124,211,15); }
td.TdClassName
{
border-color: #7CD30F;
}
.TagClassName
{
border-color: #7CD30F;
}
</style>