Shades of Lima #7FCB03
Tints of Lima #7FCB03
RGB
CMYK
RGB Variations
Color information
#7FCB03 (or 0x7FCB03) is known color: Lima. HEX triplet: 7F, CB and 03. RGB value is (127,203,3). Sum of RGB (Red+Green+Blue) = 127+203+3=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCB03 is #8034FC. Grayscale: #9E9E9E. Windows color (decimal): -8402173 or 248703. OLE color: 248703.
HSL color Cylindrical-coordinate representation of color #7FCB03: hue angle of 82.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FCB03 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 3 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.20 |
| HSL | 82.8º | 0.97% | 0.4% | - |
| HSV(B) | 82.8º | 0.99% | 0.8% | - |
| XYZ | 30.12 | 47.23 | 7.61 | - |
| YUV | 157.48 | 40.82 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 3 | 0.37 | 0 | 0.99 | 0.20 | 82.8 | 0.97 | 0.4 |
| Hex | 7F | CB | 3 | 25 | 0 | 63 | 14 | 53 | 61 | 28 |
| Octal | 177 | 313 | 3 | 45 | 0 | 143 | 24 | 123 | 141 | 50 |
| Binary | 1111111 | 11001011 | 11 | 100101 | 0 | 1100011 | 10100 | 1010011 | 1100001 | 101000 |
Color Harmonies of #7FCB03
Complementary color
Monochromatic Colors of #7FCB03
Black with #7FCB03
Text Example
Text Example
White with #7FCB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB03; }
p { color: rgb(127,203,3); }
H1.HeaderClassName
{
color: #7FCB03;
}
.AnyTagClassName
{
color: #7FCB03;
}
</style>
background-color css
<style>
a { background-color: #7FCB03; }
a { background-color: rgb(127,203,3); }
div.DivClassName
{
background-color: #7FCB03;
}
.BgClassName
{
background-color: #7FCB03;
}
</style>
border-color css
<style>
span { border-color: #7FCB03; }
span { border-color: rgb(127,203,3); }
td.TdClassName
{
border-color: #7FCB03;
}
.TagClassName
{
border-color: #7FCB03;
}
</style>