Shades of Lima #7FCB19
Tints of Lima #7FCB19
RGB
CMYK
RGB Variations
Color information
#7FCB19 (or 0x7FCB19) is known color: Lima. HEX triplet: 7F, CB and 19. RGB value is (127,203,25). Sum of RGB (Red+Green+Blue) = 127+203+25=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCB19 is #8034E6. Grayscale: #A0A0A0. Windows color (decimal): -8402151 or 1690495. OLE color: 1690495.
HSL color Cylindrical-coordinate representation of color #7FCB19: hue angle of 85.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FCB19 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 25 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.20 |
| HSL | 85.62º | 0.78% | 0.45% | - |
| HSV(B) | 85.62º | 0.88% | 0.8% | - |
| XYZ | 30.28 | 47.29 | 8.45 | - |
| YUV | 159.98 | 51.82 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 25 | 0.37 | 0 | 0.88 | 0.20 | 85.62 | 0.78 | 0.45 |
| Hex | 7F | CB | 19 | 25 | 0 | 58 | 14 | 56 | 4E | 2D |
| Octal | 177 | 313 | 31 | 45 | 0 | 130 | 24 | 126 | 116 | 55 |
| Binary | 1111111 | 11001011 | 11001 | 100101 | 0 | 1011000 | 10100 | 1010110 | 1001110 | 101101 |
Color Harmonies of #7FCB19
Complementary color
Monochromatic Colors of #7FCB19
Black with #7FCB19
Text Example
Text Example
White with #7FCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB19; }
p { color: rgb(127,203,25); }
H1.HeaderClassName
{
color: #7FCB19;
}
.AnyTagClassName
{
color: #7FCB19;
}
</style>
background-color css
<style>
a { background-color: #7FCB19; }
a { background-color: rgb(127,203,25); }
div.DivClassName
{
background-color: #7FCB19;
}
.BgClassName
{
background-color: #7FCB19;
}
</style>
border-color css
<style>
span { border-color: #7FCB19; }
span { border-color: rgb(127,203,25); }
td.TdClassName
{
border-color: #7FCB19;
}
.TagClassName
{
border-color: #7FCB19;
}
</style>