Shades of Lima #7CCB09
Tints of Lima #7CCB09
RGB
CMYK
RGB Variations
Color information
#7CCB09 (or 0x7CCB09) is known color: Lima. HEX triplet: 7C, CB and 09. RGB value is (124,203,9). Sum of RGB (Red+Green+Blue) = 124+203+9=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCB09 is #8334F6. Grayscale: #9D9D9D. Windows color (decimal): -8598775 or 641916. OLE color: 641916.
HSL color Cylindrical-coordinate representation of color #7CCB09: hue angle of 84.43º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CCB09 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 9 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.20 |
| HSL | 84.43º | 0.92% | 0.42% | - |
| HSV(B) | 84.43º | 0.96% | 0.8% | - |
| XYZ | 29.72 | 47.02 | 7.77 | - |
| YUV | 157.26 | 44.33 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 9 | 0.39 | 0 | 0.96 | 0.20 | 84.43 | 0.92 | 0.42 |
| Hex | 7C | CB | 9 | 27 | 0 | 60 | 14 | 54 | 5C | 2A |
| Octal | 174 | 313 | 11 | 47 | 0 | 140 | 24 | 124 | 134 | 52 |
| Binary | 1111100 | 11001011 | 1001 | 100111 | 0 | 1100000 | 10100 | 1010100 | 1011100 | 101010 |
Color Harmonies of #7CCB09
Complementary color
Monochromatic Colors of #7CCB09
Black with #7CCB09
Text Example
Text Example
White with #7CCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB09; }
p { color: rgb(124,203,9); }
H1.HeaderClassName
{
color: #7CCB09;
}
.AnyTagClassName
{
color: #7CCB09;
}
</style>
background-color css
<style>
a { background-color: #7CCB09; }
a { background-color: rgb(124,203,9); }
div.DivClassName
{
background-color: #7CCB09;
}
.BgClassName
{
background-color: #7CCB09;
}
</style>
border-color css
<style>
span { border-color: #7CCB09; }
span { border-color: rgb(124,203,9); }
td.TdClassName
{
border-color: #7CCB09;
}
.TagClassName
{
border-color: #7CCB09;
}
</style>