Shades of Lima #75CA2C
Tints of Lima #75CA2C
RGB
CMYK
RGB Variations
Color information
#75CA2C (or 0x75CA2C) is known color: Lima. HEX triplet: 75, CA and 2C. RGB value is (117,202,44). Sum of RGB (Red+Green+Blue) = 117+202+44=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA2C is #8A35D3. Grayscale: #9F9F9F. Windows color (decimal): -9057748 or 2935413. OLE color: 2935413.
HSL color Cylindrical-coordinate representation of color #75CA2C: hue angle of 92.28º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75CA2C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 44 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.21 |
| HSL | 92.28º | 0.64% | 0.48% | - |
| HSV(B) | 92.28º | 0.78% | 0.79% | - |
| XYZ | 28.91 | 46.2 | 9.78 | - |
| YUV | 158.57 | 63.34 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 44 | 0.42 | 0 | 0.78 | 0.21 | 92.28 | 0.64 | 0.48 |
| Hex | 75 | CA | 2C | 2A | 0 | 4E | 15 | 5C | 40 | 30 |
| Octal | 165 | 312 | 54 | 52 | 0 | 116 | 25 | 134 | 100 | 60 |
| Binary | 1110101 | 11001010 | 101100 | 101010 | 0 | 1001110 | 10101 | 1011100 | 1000000 | 110000 |
Color Harmonies of #75CA2C
Complementary color
Monochromatic Colors of #75CA2C
Black with #75CA2C
Text Example
Text Example
White with #75CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA2C; }
p { color: rgb(117,202,44); }
H1.HeaderClassName
{
color: #75CA2C;
}
.AnyTagClassName
{
color: #75CA2C;
}
</style>
background-color css
<style>
a { background-color: #75CA2C; }
a { background-color: rgb(117,202,44); }
div.DivClassName
{
background-color: #75CA2C;
}
.BgClassName
{
background-color: #75CA2C;
}
</style>
border-color css
<style>
span { border-color: #75CA2C; }
span { border-color: rgb(117,202,44); }
td.TdClassName
{
border-color: #75CA2C;
}
.TagClassName
{
border-color: #75CA2C;
}
</style>