Shades of Lima #75CA2B
Tints of Lima #75CA2B
RGB
CMYK
RGB Variations
Color information
#75CA2B (or 0x75CA2B) is known color: Lima. HEX triplet: 75, CA and 2B. RGB value is (117,202,43). Sum of RGB (Red+Green+Blue) = 117+202+43=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA2B is #8A35D4. Grayscale: #9F9F9F. Windows color (decimal): -9057749 or 2869877. OLE color: 2869877.
HSL color Cylindrical-coordinate representation of color #75CA2B: hue angle of 92.08º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75CA2B is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 43 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.21 |
| HSL | 92.08º | 0.65% | 0.48% | - |
| HSV(B) | 92.08º | 0.79% | 0.79% | - |
| XYZ | 28.89 | 46.2 | 9.68 | - |
| YUV | 158.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 43 | 0.42 | 0 | 0.79 | 0.21 | 92.08 | 0.65 | 0.48 |
| Hex | 75 | CA | 2B | 2A | 0 | 4F | 15 | 5C | 41 | 30 |
| Octal | 165 | 312 | 53 | 52 | 0 | 117 | 25 | 134 | 101 | 60 |
| Binary | 1110101 | 11001010 | 101011 | 101010 | 0 | 1001111 | 10101 | 1011100 | 1000001 | 110000 |
Color Harmonies of #75CA2B
Complementary color
Monochromatic Colors of #75CA2B
Black with #75CA2B
Text Example
Text Example
White with #75CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA2B; }
p { color: rgb(117,202,43); }
H1.HeaderClassName
{
color: #75CA2B;
}
.AnyTagClassName
{
color: #75CA2B;
}
</style>
background-color css
<style>
a { background-color: #75CA2B; }
a { background-color: rgb(117,202,43); }
div.DivClassName
{
background-color: #75CA2B;
}
.BgClassName
{
background-color: #75CA2B;
}
</style>
border-color css
<style>
span { border-color: #75CA2B; }
span { border-color: rgb(117,202,43); }
td.TdClassName
{
border-color: #75CA2B;
}
.TagClassName
{
border-color: #75CA2B;
}
</style>