Shades of Lima #75C928
Tints of Lima #75C928
RGB
CMYK
RGB Variations
Color information
#75C928 (or 0x75C928) is known color: Lima. HEX triplet: 75, C9 and 28. RGB value is (117,201,40). Sum of RGB (Red+Green+Blue) = 117+201+40=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #75C928 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C928 is #8A36D7. Grayscale: #9E9E9E. Windows color (decimal): -9058008 or 2673013. OLE color: 2673013.
HSL color Cylindrical-coordinate representation of color #75C928: hue angle of 91.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75C928 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 40 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.21 |
| HSL | 91.3º | 0.67% | 0.47% | - |
| HSV(B) | 91.3º | 0.8% | 0.79% | - |
| XYZ | 28.61 | 45.71 | 9.32 | - |
| YUV | 157.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 40 | 0.42 | 0 | 0.80 | 0.21 | 91.3 | 0.67 | 0.47 |
| Hex | 75 | C9 | 28 | 2A | 0 | 50 | 15 | 5B | 43 | 2F |
| Octal | 165 | 311 | 50 | 52 | 0 | 120 | 25 | 133 | 103 | 57 |
| Binary | 1110101 | 11001001 | 101000 | 101010 | 0 | 1010000 | 10101 | 1011011 | 1000011 | 101111 |
Color Harmonies of #75C928
Complementary color
Monochromatic Colors of #75C928
Black with #75C928
Text Example
Text Example
White with #75C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C928; }
p { color: rgb(117,201,40); }
H1.HeaderClassName
{
color: #75C928;
}
.AnyTagClassName
{
color: #75C928;
}
</style>
background-color css
<style>
a { background-color: #75C928; }
a { background-color: rgb(117,201,40); }
div.DivClassName
{
background-color: #75C928;
}
.BgClassName
{
background-color: #75C928;
}
</style>
border-color css
<style>
span { border-color: #75C928; }
span { border-color: rgb(117,201,40); }
td.TdClassName
{
border-color: #75C928;
}
.TagClassName
{
border-color: #75C928;
}
</style>