Shades of Lima #7FCB20
Tints of Lima #7FCB20
RGB
CMYK
RGB Variations
Color information
#7FCB20 (or 0x7FCB20) is known color: Lima. HEX triplet: 7F, CB and 20. RGB value is (127,203,32). Sum of RGB (Red+Green+Blue) = 127+203+32=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB20 is #8034DF. Grayscale: #A1A1A1. Windows color (decimal): -8402144 or 2149247. OLE color: 2149247.
HSL color Cylindrical-coordinate representation of color #7FCB20: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FCB20 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 32 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.20 |
| HSL | 86.67º | 0.73% | 0.46% | - |
| HSV(B) | 86.67º | 0.84% | 0.8% | - |
| XYZ | 30.37 | 47.33 | 8.9 | - |
| YUV | 160.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 32 | 0.37 | 0 | 0.84 | 0.20 | 86.67 | 0.73 | 0.46 |
| Hex | 7F | CB | 20 | 25 | 0 | 54 | 14 | 57 | 49 | 2E |
| Octal | 177 | 313 | 40 | 45 | 0 | 124 | 24 | 127 | 111 | 56 |
| Binary | 1111111 | 11001011 | 100000 | 100101 | 0 | 1010100 | 10100 | 1010111 | 1001001 | 101110 |
Color Harmonies of #7FCB20
Complementary color
Monochromatic Colors of #7FCB20
Black with #7FCB20
Text Example
Text Example
White with #7FCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB20; }
p { color: rgb(127,203,32); }
H1.HeaderClassName
{
color: #7FCB20;
}
.AnyTagClassName
{
color: #7FCB20;
}
</style>
background-color css
<style>
a { background-color: #7FCB20; }
a { background-color: rgb(127,203,32); }
div.DivClassName
{
background-color: #7FCB20;
}
.BgClassName
{
background-color: #7FCB20;
}
</style>
border-color css
<style>
span { border-color: #7FCB20; }
span { border-color: rgb(127,203,32); }
td.TdClassName
{
border-color: #7FCB20;
}
.TagClassName
{
border-color: #7FCB20;
}
</style>