Shades of Lima #75C523
Tints of Lima #75C523
RGB
CMYK
RGB Variations
Color information
#75C523 (or 0x75C523) is known color: Lima. HEX triplet: 75, C5 and 23. RGB value is (117,197,35). Sum of RGB (Red+Green+Blue) = 117+197+35=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #75C523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C523 is #8A3ADC. Grayscale: #9B9B9B. Windows color (decimal): -9059037 or 2344309. OLE color: 2344309.
HSL color Cylindrical-coordinate representation of color #75C523: hue angle of 89.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75C523 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 35 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.23 |
| HSL | 89.63º | 0.7% | 0.45% | - |
| HSV(B) | 89.63º | 0.82% | 0.77% | - |
| XYZ | 27.61 | 43.84 | 8.6 | - |
| YUV | 154.61 | 60.5 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 35 | 0.41 | 0 | 0.82 | 0.23 | 89.63 | 0.7 | 0.45 |
| Hex | 75 | C5 | 23 | 29 | 0 | 52 | 17 | 5A | 46 | 2D |
| Octal | 165 | 305 | 43 | 51 | 0 | 122 | 27 | 132 | 106 | 55 |
| Binary | 1110101 | 11000101 | 100011 | 101001 | 0 | 1010010 | 10111 | 1011010 | 1000110 | 101101 |
Color Harmonies of #75C523
Complementary color
Monochromatic Colors of #75C523
Black with #75C523
Text Example
Text Example
White with #75C523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C523; }
p { color: rgb(117,197,35); }
H1.HeaderClassName
{
color: #75C523;
}
.AnyTagClassName
{
color: #75C523;
}
</style>
background-color css
<style>
a { background-color: #75C523; }
a { background-color: rgb(117,197,35); }
div.DivClassName
{
background-color: #75C523;
}
.BgClassName
{
background-color: #75C523;
}
</style>
border-color css
<style>
span { border-color: #75C523; }
span { border-color: rgb(117,197,35); }
td.TdClassName
{
border-color: #75C523;
}
.TagClassName
{
border-color: #75C523;
}
</style>