Shades of Lima #7CCB08
Tints of Lima #7CCB08
RGB
CMYK
RGB Variations
Color information
#7CCB08 (or 0x7CCB08) is known color: Lima. HEX triplet: 7C, CB and 08. RGB value is (124,203,8). Sum of RGB (Red+Green+Blue) = 124+203+8=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCB08 is #8334F7. Grayscale: #9D9D9D. Windows color (decimal): -8598776 or 576380. OLE color: 576380.
HSL color Cylindrical-coordinate representation of color #7CCB08: hue angle of 84.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CCB08 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.20 |
| HSL | 84.31º | 0.92% | 0.41% | - |
| HSV(B) | 84.31º | 0.96% | 0.8% | - |
| XYZ | 29.71 | 47.01 | 7.74 | - |
| YUV | 157.15 | 43.83 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 8 | 0.39 | 0 | 0.96 | 0.20 | 84.31 | 0.92 | 0.41 |
| Hex | 7C | CB | 8 | 27 | 0 | 60 | 14 | 54 | 5C | 29 |
| Octal | 174 | 313 | 10 | 47 | 0 | 140 | 24 | 124 | 134 | 51 |
| Binary | 1111100 | 11001011 | 1000 | 100111 | 0 | 1100000 | 10100 | 1010100 | 1011100 | 101001 |
Color Harmonies of #7CCB08
Complementary color
Monochromatic Colors of #7CCB08
Black with #7CCB08
Text Example
Text Example
White with #7CCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB08; }
p { color: rgb(124,203,8); }
H1.HeaderClassName
{
color: #7CCB08;
}
.AnyTagClassName
{
color: #7CCB08;
}
</style>
background-color css
<style>
a { background-color: #7CCB08; }
a { background-color: rgb(124,203,8); }
div.DivClassName
{
background-color: #7CCB08;
}
.BgClassName
{
background-color: #7CCB08;
}
</style>
border-color css
<style>
span { border-color: #7CCB08; }
span { border-color: rgb(124,203,8); }
td.TdClassName
{
border-color: #7CCB08;
}
.TagClassName
{
border-color: #7CCB08;
}
</style>