Shades of Lima #75CA11
Tints of Lima #75CA11
RGB
CMYK
RGB Variations
Color information
#75CA11 (or 0x75CA11) is known color: Lima. HEX triplet: 75, CA and 11. RGB value is (117,202,17). Sum of RGB (Red+Green+Blue) = 117+202+17=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA11 is #8A35EE. Grayscale: #9C9C9C. Windows color (decimal): -9057775 or 1165941. OLE color: 1165941.
HSL color Cylindrical-coordinate representation of color #75CA11: hue angle of 87.57º 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 #75CA11 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 17 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.21 |
| HSL | 87.57º | 0.84% | 0.43% | - |
| HSV(B) | 87.57º | 0.92% | 0.79% | - |
| XYZ | 28.56 | 46.06 | 7.92 | - |
| YUV | 155.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 17 | 0.42 | 0 | 0.92 | 0.21 | 87.57 | 0.84 | 0.43 |
| Hex | 75 | CA | 11 | 2A | 0 | 5C | 15 | 58 | 54 | 2B |
| Octal | 165 | 312 | 21 | 52 | 0 | 134 | 25 | 130 | 124 | 53 |
| Binary | 1110101 | 11001010 | 10001 | 101010 | 0 | 1011100 | 10101 | 1011000 | 1010100 | 101011 |
Color Harmonies of #75CA11
Complementary color
Monochromatic Colors of #75CA11
Black with #75CA11
Text Example
Text Example
White with #75CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA11; }
p { color: rgb(117,202,17); }
H1.HeaderClassName
{
color: #75CA11;
}
.AnyTagClassName
{
color: #75CA11;
}
</style>
background-color css
<style>
a { background-color: #75CA11; }
a { background-color: rgb(117,202,17); }
div.DivClassName
{
background-color: #75CA11;
}
.BgClassName
{
background-color: #75CA11;
}
</style>
border-color css
<style>
span { border-color: #75CA11; }
span { border-color: rgb(117,202,17); }
td.TdClassName
{
border-color: #75CA11;
}
.TagClassName
{
border-color: #75CA11;
}
</style>