Shades of Lima #75C019
Tints of Lima #75C019
RGB
CMYK
RGB Variations
Color information
#75C019 (or 0x75C019) is known color: Lima. HEX triplet: 75, C0 and 19. RGB value is (117,192,25). Sum of RGB (Red+Green+Blue) = 117+192+25=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #75C019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C019 is #8A3FE6. Grayscale: #979797. Windows color (decimal): -9060327 or 1687669. OLE color: 1687669.
HSL color Cylindrical-coordinate representation of color #75C019: hue angle of 86.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75C019 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 25 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.25 |
| HSL | 86.95º | 0.77% | 0.43% | - |
| HSV(B) | 86.95º | 0.87% | 0.75% | - |
| XYZ | 26.36 | 41.55 | 7.55 | - |
| YUV | 150.54 | 57.15 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 25 | 0.39 | 0 | 0.87 | 0.25 | 86.95 | 0.77 | 0.43 |
| Hex | 75 | C0 | 19 | 27 | 0 | 57 | 19 | 57 | 4D | 2B |
| Octal | 165 | 300 | 31 | 47 | 0 | 127 | 31 | 127 | 115 | 53 |
| Binary | 1110101 | 11000000 | 11001 | 100111 | 0 | 1010111 | 11001 | 1010111 | 1001101 | 101011 |
Color Harmonies of #75C019
Complementary color
Monochromatic Colors of #75C019
Black with #75C019
Text Example
Text Example
White with #75C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C019; }
p { color: rgb(117,192,25); }
H1.HeaderClassName
{
color: #75C019;
}
.AnyTagClassName
{
color: #75C019;
}
</style>
background-color css
<style>
a { background-color: #75C019; }
a { background-color: rgb(117,192,25); }
div.DivClassName
{
background-color: #75C019;
}
.BgClassName
{
background-color: #75C019;
}
</style>
border-color css
<style>
span { border-color: #75C019; }
span { border-color: rgb(117,192,25); }
td.TdClassName
{
border-color: #75C019;
}
.TagClassName
{
border-color: #75C019;
}
</style>