Shades of Lima #7CCC27
Tints of Lima #7CCC27
RGB
CMYK
RGB Variations
Color information
#7CCC27 (or 0x7CCC27) is known color: Lima. HEX triplet: 7C, CC and 27. RGB value is (124,204,39). Sum of RGB (Red+Green+Blue) = 124+204+39=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC27 is #8333D8. Grayscale: #A1A1A1. Windows color (decimal): -8598489 or 2608252. OLE color: 2608252.
HSL color Cylindrical-coordinate representation of color #7CCC27: hue angle of 89.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CCC27 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 39 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.2 |
| HSL | 89.09º | 0.68% | 0.48% | - |
| HSV(B) | 89.09º | 0.81% | 0.8% | - |
| XYZ | 30.27 | 47.62 | 9.52 | - |
| YUV | 161.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 39 | 0.39 | 0 | 0.81 | 0.2 | 89.09 | 0.68 | 0.48 |
| Hex | 7C | CC | 27 | 27 | 0 | 51 | 14 | 59 | 44 | 30 |
| Octal | 174 | 314 | 47 | 47 | 0 | 121 | 24 | 131 | 104 | 60 |
| Binary | 1111100 | 11001100 | 100111 | 100111 | 0 | 1010001 | 10100 | 1011001 | 1000100 | 110000 |
Color Harmonies of #7CCC27
Complementary color
Monochromatic Colors of #7CCC27
Black with #7CCC27
Text Example
Text Example
White with #7CCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC27; }
p { color: rgb(124,204,39); }
H1.HeaderClassName
{
color: #7CCC27;
}
.AnyTagClassName
{
color: #7CCC27;
}
</style>
background-color css
<style>
a { background-color: #7CCC27; }
a { background-color: rgb(124,204,39); }
div.DivClassName
{
background-color: #7CCC27;
}
.BgClassName
{
background-color: #7CCC27;
}
</style>
border-color css
<style>
span { border-color: #7CCC27; }
span { border-color: rgb(124,204,39); }
td.TdClassName
{
border-color: #7CCC27;
}
.TagClassName
{
border-color: #7CCC27;
}
</style>