Shades of Lima #75C231
Tints of Lima #75C231
RGB
CMYK
RGB Variations
Color information
#75C231 (or 0x75C231) is known color: Lima. HEX triplet: 75, C2 and 31. RGB value is (117,194,49). Sum of RGB (Red+Green+Blue) = 117+194+49=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #75C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C231 is #8A3DCE. Grayscale: #9A9A9A. Windows color (decimal): -9059791 or 3261045. OLE color: 3261045.
HSL color Cylindrical-coordinate representation of color #75C231: hue angle of 91.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75C231 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 49 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.24 |
| HSL | 91.86º | 0.6% | 0.48% | - |
| HSV(B) | 91.86º | 0.75% | 0.76% | - |
| XYZ | 27.18 | 42.59 | 9.69 | - |
| YUV | 154.45 | 68.49 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 49 | 0.40 | 0 | 0.75 | 0.24 | 91.86 | 0.6 | 0.48 |
| Hex | 75 | C2 | 31 | 28 | 0 | 4B | 18 | 5C | 3C | 30 |
| Octal | 165 | 302 | 61 | 50 | 0 | 113 | 30 | 134 | 74 | 60 |
| Binary | 1110101 | 11000010 | 110001 | 101000 | 0 | 1001011 | 11000 | 1011100 | 111100 | 110000 |
Color Harmonies of #75C231
Complementary color
Monochromatic Colors of #75C231
Black with #75C231
Text Example
Text Example
White with #75C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C231; }
p { color: rgb(117,194,49); }
H1.HeaderClassName
{
color: #75C231;
}
.AnyTagClassName
{
color: #75C231;
}
</style>
background-color css
<style>
a { background-color: #75C231; }
a { background-color: rgb(117,194,49); }
div.DivClassName
{
background-color: #75C231;
}
.BgClassName
{
background-color: #75C231;
}
</style>
border-color css
<style>
span { border-color: #75C231; }
span { border-color: rgb(117,194,49); }
td.TdClassName
{
border-color: #75C231;
}
.TagClassName
{
border-color: #75C231;
}
</style>