Shades of Lima #75C219
Tints of Lima #75C219
RGB
CMYK
RGB Variations
Color information
#75C219 (or 0x75C219) is known color: Lima. HEX triplet: 75, C2 and 19. RGB value is (117,194,25). Sum of RGB (Red+Green+Blue) = 117+194+25=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #75C219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C219 is #8A3DE6. Grayscale: #989898. Windows color (decimal): -9059815 or 1688181. OLE color: 1688181.
HSL color Cylindrical-coordinate representation of color #75C219: hue angle of 87.34º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75C219 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 25 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.24 |
| HSL | 87.34º | 0.77% | 0.43% | - |
| HSV(B) | 87.34º | 0.87% | 0.76% | - |
| XYZ | 26.8 | 42.44 | 7.7 | - |
| YUV | 151.71 | 56.49 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 25 | 0.40 | 0 | 0.87 | 0.24 | 87.34 | 0.77 | 0.43 |
| Hex | 75 | C2 | 19 | 28 | 0 | 57 | 18 | 57 | 4D | 2B |
| Octal | 165 | 302 | 31 | 50 | 0 | 127 | 30 | 127 | 115 | 53 |
| Binary | 1110101 | 11000010 | 11001 | 101000 | 0 | 1010111 | 11000 | 1010111 | 1001101 | 101011 |
Color Harmonies of #75C219
Complementary color
Monochromatic Colors of #75C219
Black with #75C219
Text Example
Text Example
White with #75C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C219; }
p { color: rgb(117,194,25); }
H1.HeaderClassName
{
color: #75C219;
}
.AnyTagClassName
{
color: #75C219;
}
</style>
background-color css
<style>
a { background-color: #75C219; }
a { background-color: rgb(117,194,25); }
div.DivClassName
{
background-color: #75C219;
}
.BgClassName
{
background-color: #75C219;
}
</style>
border-color css
<style>
span { border-color: #75C219; }
span { border-color: rgb(117,194,25); }
td.TdClassName
{
border-color: #75C219;
}
.TagClassName
{
border-color: #75C219;
}
</style>