Shades of Lima #75C92E
Tints of Lima #75C92E
RGB
CMYK
RGB Variations
Color information
#75C92E (or 0x75C92E) is known color: Lima. HEX triplet: 75, C9 and 2E. RGB value is (117,201,46). Sum of RGB (Red+Green+Blue) = 117+201+46=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #75C92E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C92E is #8A36D1. Grayscale: #9E9E9E. Windows color (decimal): -9058002 or 3066229. OLE color: 3066229.
HSL color Cylindrical-coordinate representation of color #75C92E: hue angle of 92.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75C92E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 46 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.21 |
| HSL | 92.52º | 0.63% | 0.48% | - |
| HSV(B) | 92.52º | 0.77% | 0.79% | - |
| XYZ | 28.72 | 45.75 | 9.9 | - |
| YUV | 158.21 | 64.67 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 46 | 0.42 | 0 | 0.77 | 0.21 | 92.52 | 0.63 | 0.48 |
| Hex | 75 | C9 | 2E | 2A | 0 | 4D | 15 | 5D | 3F | 30 |
| Octal | 165 | 311 | 56 | 52 | 0 | 115 | 25 | 135 | 77 | 60 |
| Binary | 1110101 | 11001001 | 101110 | 101010 | 0 | 1001101 | 10101 | 1011101 | 111111 | 110000 |
Color Harmonies of #75C92E
Complementary color
Monochromatic Colors of #75C92E
Black with #75C92E
Text Example
Text Example
White with #75C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C92E; }
p { color: rgb(117,201,46); }
H1.HeaderClassName
{
color: #75C92E;
}
.AnyTagClassName
{
color: #75C92E;
}
</style>
background-color css
<style>
a { background-color: #75C92E; }
a { background-color: rgb(117,201,46); }
div.DivClassName
{
background-color: #75C92E;
}
.BgClassName
{
background-color: #75C92E;
}
</style>
border-color css
<style>
span { border-color: #75C92E; }
span { border-color: rgb(117,201,46); }
td.TdClassName
{
border-color: #75C92E;
}
.TagClassName
{
border-color: #75C92E;
}
</style>