Shades of Lima #7CC30F
Tints of Lima #7CC30F
RGB
CMYK
RGB Variations
Color information
#7CC30F (or 0x7CC30F) is known color: Lima. HEX triplet: 7C, C3 and 0F. RGB value is (124,195,15). Sum of RGB (Red+Green+Blue) = 124+195+15=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC30F is #833CF0. Grayscale: #999999. Windows color (decimal): -8600817 or 1033084. OLE color: 1033084.
HSL color Cylindrical-coordinate representation of color #7CC30F: hue angle of 83.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CC30F is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 15 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.24 |
| HSL | 83.67º | 0.86% | 0.41% | - |
| HSV(B) | 83.67º | 0.92% | 0.76% | - |
| XYZ | 27.91 | 43.35 | 7.35 | - |
| YUV | 153.25 | 49.98 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 15 | 0.36 | 0 | 0.92 | 0.24 | 83.67 | 0.86 | 0.41 |
| Hex | 7C | C3 | F | 24 | 0 | 5C | 18 | 54 | 56 | 29 |
| Octal | 174 | 303 | 17 | 44 | 0 | 134 | 30 | 124 | 126 | 51 |
| Binary | 1111100 | 11000011 | 1111 | 100100 | 0 | 1011100 | 11000 | 1010100 | 1010110 | 101001 |
Color Harmonies of #7CC30F
Complementary color
Monochromatic Colors of #7CC30F
Black with #7CC30F
Text Example
Text Example
White with #7CC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC30F; }
p { color: rgb(124,195,15); }
H1.HeaderClassName
{
color: #7CC30F;
}
.AnyTagClassName
{
color: #7CC30F;
}
</style>
background-color css
<style>
a { background-color: #7CC30F; }
a { background-color: rgb(124,195,15); }
div.DivClassName
{
background-color: #7CC30F;
}
.BgClassName
{
background-color: #7CC30F;
}
</style>
border-color css
<style>
span { border-color: #7CC30F; }
span { border-color: rgb(124,195,15); }
td.TdClassName
{
border-color: #7CC30F;
}
.TagClassName
{
border-color: #7CC30F;
}
</style>