Shades of Lima #75C225
Tints of Lima #75C225
RGB
CMYK
RGB Variations
Color information
#75C225 (or 0x75C225) is known color: Lima. HEX triplet: 75, C2 and 25. RGB value is (117,194,37). Sum of RGB (Red+Green+Blue) = 117+194+37=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #75C225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C225 is #8A3DDA. Grayscale: #999999. Windows color (decimal): -9059803 or 2474613. OLE color: 2474613.
HSL color Cylindrical-coordinate representation of color #75C225: hue angle of 89.43º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75C225 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 37 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.24 |
| HSL | 89.43º | 0.68% | 0.45% | - |
| HSV(B) | 89.43º | 0.81% | 0.76% | - |
| XYZ | 26.96 | 42.5 | 8.53 | - |
| YUV | 153.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 37 | 0.40 | 0 | 0.81 | 0.24 | 89.43 | 0.68 | 0.45 |
| Hex | 75 | C2 | 25 | 28 | 0 | 51 | 18 | 59 | 44 | 2D |
| Octal | 165 | 302 | 45 | 50 | 0 | 121 | 30 | 131 | 104 | 55 |
| Binary | 1110101 | 11000010 | 100101 | 101000 | 0 | 1010001 | 11000 | 1011001 | 1000100 | 101101 |
Color Harmonies of #75C225
Complementary color
Monochromatic Colors of #75C225
Black with #75C225
Text Example
Text Example
White with #75C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C225; }
p { color: rgb(117,194,37); }
H1.HeaderClassName
{
color: #75C225;
}
.AnyTagClassName
{
color: #75C225;
}
</style>
background-color css
<style>
a { background-color: #75C225; }
a { background-color: rgb(117,194,37); }
div.DivClassName
{
background-color: #75C225;
}
.BgClassName
{
background-color: #75C225;
}
</style>
border-color css
<style>
span { border-color: #75C225; }
span { border-color: rgb(117,194,37); }
td.TdClassName
{
border-color: #75C225;
}
.TagClassName
{
border-color: #75C225;
}
</style>