Shades of Lima #75CA2E
Tints of Lima #75CA2E
RGB
CMYK
RGB Variations
Color information
#75CA2E (or 0x75CA2E) is known color: Lima. HEX triplet: 75, CA and 2E. RGB value is (117,202,46). Sum of RGB (Red+Green+Blue) = 117+202+46=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA2E is #8A35D1. Grayscale: #9F9F9F. Windows color (decimal): -9057746 or 3066485. OLE color: 3066485.
HSL color Cylindrical-coordinate representation of color #75CA2E: hue angle of 92.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75CA2E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 46 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.21 |
| HSL | 92.69º | 0.63% | 0.49% | - |
| HSV(B) | 92.69º | 0.77% | 0.79% | - |
| XYZ | 28.95 | 46.22 | 9.98 | - |
| YUV | 158.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 46 | 0.42 | 0 | 0.77 | 0.21 | 92.69 | 0.63 | 0.49 |
| Hex | 75 | CA | 2E | 2A | 0 | 4D | 15 | 5D | 3F | 31 |
| Octal | 165 | 312 | 56 | 52 | 0 | 115 | 25 | 135 | 77 | 61 |
| Binary | 1110101 | 11001010 | 101110 | 101010 | 0 | 1001101 | 10101 | 1011101 | 111111 | 110001 |
Color Harmonies of #75CA2E
Complementary color
Monochromatic Colors of #75CA2E
Black with #75CA2E
Text Example
Text Example
White with #75CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA2E; }
p { color: rgb(117,202,46); }
H1.HeaderClassName
{
color: #75CA2E;
}
.AnyTagClassName
{
color: #75CA2E;
}
</style>
background-color css
<style>
a { background-color: #75CA2E; }
a { background-color: rgb(117,202,46); }
div.DivClassName
{
background-color: #75CA2E;
}
.BgClassName
{
background-color: #75CA2E;
}
</style>
border-color css
<style>
span { border-color: #75CA2E; }
span { border-color: rgb(117,202,46); }
td.TdClassName
{
border-color: #75CA2E;
}
.TagClassName
{
border-color: #75CA2E;
}
</style>