Shades of Lima #75C911
Tints of Lima #75C911
RGB
CMYK
RGB Variations
Color information
#75C911 (or 0x75C911) is known color: Lima. HEX triplet: 75, C9 and 11. RGB value is (117,201,17). Sum of RGB (Red+Green+Blue) = 117+201+17=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #75C911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C911 is #8A36EE. Grayscale: #9B9B9B. Windows color (decimal): -9058031 or 1165685. OLE color: 1165685.
HSL color Cylindrical-coordinate representation of color #75C911: hue angle of 87.39º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75C911 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 17 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.21 |
| HSL | 87.39º | 0.84% | 0.43% | - |
| HSV(B) | 87.39º | 0.92% | 0.79% | - |
| XYZ | 28.32 | 45.6 | 7.84 | - |
| YUV | 154.91 | 50.17 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 17 | 0.42 | 0 | 0.92 | 0.21 | 87.39 | 0.84 | 0.43 |
| Hex | 75 | C9 | 11 | 2A | 0 | 5C | 15 | 57 | 54 | 2B |
| Octal | 165 | 311 | 21 | 52 | 0 | 134 | 25 | 127 | 124 | 53 |
| Binary | 1110101 | 11001001 | 10001 | 101010 | 0 | 1011100 | 10101 | 1010111 | 1010100 | 101011 |
Color Harmonies of #75C911
Complementary color
Monochromatic Colors of #75C911
Black with #75C911
Text Example
Text Example
White with #75C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C911; }
p { color: rgb(117,201,17); }
H1.HeaderClassName
{
color: #75C911;
}
.AnyTagClassName
{
color: #75C911;
}
</style>
background-color css
<style>
a { background-color: #75C911; }
a { background-color: rgb(117,201,17); }
div.DivClassName
{
background-color: #75C911;
}
.BgClassName
{
background-color: #75C911;
}
</style>
border-color css
<style>
span { border-color: #75C911; }
span { border-color: rgb(117,201,17); }
td.TdClassName
{
border-color: #75C911;
}
.TagClassName
{
border-color: #75C911;
}
</style>