Shades of Lima #7FCB07
Tints of Lima #7FCB07
RGB
CMYK
RGB Variations
Color information
#7FCB07 (or 0x7FCB07) is known color: Lima. HEX triplet: 7F, CB and 07. RGB value is (127,203,7). Sum of RGB (Red+Green+Blue) = 127+203+7=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCB07 is #8034F8. Grayscale: #9E9E9E. Windows color (decimal): -8402169 or 510847. OLE color: 510847.
HSL color Cylindrical-coordinate representation of color #7FCB07: hue angle of 83.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FCB07 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 7 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.20 |
| HSL | 83.27º | 0.93% | 0.41% | - |
| HSV(B) | 83.27º | 0.97% | 0.8% | - |
| XYZ | 30.15 | 47.24 | 7.73 | - |
| YUV | 157.93 | 42.82 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 7 | 0.37 | 0 | 0.97 | 0.20 | 83.27 | 0.93 | 0.41 |
| Hex | 7F | CB | 7 | 25 | 0 | 61 | 14 | 53 | 5D | 29 |
| Octal | 177 | 313 | 7 | 45 | 0 | 141 | 24 | 123 | 135 | 51 |
| Binary | 1111111 | 11001011 | 111 | 100101 | 0 | 1100001 | 10100 | 1010011 | 1011101 | 101001 |
Color Harmonies of #7FCB07
Complementary color
Monochromatic Colors of #7FCB07
Black with #7FCB07
Text Example
Text Example
White with #7FCB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB07; }
p { color: rgb(127,203,7); }
H1.HeaderClassName
{
color: #7FCB07;
}
.AnyTagClassName
{
color: #7FCB07;
}
</style>
background-color css
<style>
a { background-color: #7FCB07; }
a { background-color: rgb(127,203,7); }
div.DivClassName
{
background-color: #7FCB07;
}
.BgClassName
{
background-color: #7FCB07;
}
</style>
border-color css
<style>
span { border-color: #7FCB07; }
span { border-color: rgb(127,203,7); }
td.TdClassName
{
border-color: #7FCB07;
}
.TagClassName
{
border-color: #7FCB07;
}
</style>