Shades of Lima #75CA21
Tints of Lima #75CA21
RGB
CMYK
RGB Variations
Color information
#75CA21 (or 0x75CA21) is known color: Lima. HEX triplet: 75, CA and 21. RGB value is (117,202,33). Sum of RGB (Red+Green+Blue) = 117+202+33=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA21 is #8A35DE. Grayscale: #9D9D9D. Windows color (decimal): -9057759 or 2214517. OLE color: 2214517.
HSL color Cylindrical-coordinate representation of color #75CA21: hue angle of 90.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75CA21 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 33 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.21 |
| HSL | 90.18º | 0.72% | 0.46% | - |
| HSV(B) | 90.18º | 0.84% | 0.79% | - |
| XYZ | 28.73 | 46.13 | 8.83 | - |
| YUV | 157.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 33 | 0.42 | 0 | 0.84 | 0.21 | 90.18 | 0.72 | 0.46 |
| Hex | 75 | CA | 21 | 2A | 0 | 54 | 15 | 5A | 48 | 2E |
| Octal | 165 | 312 | 41 | 52 | 0 | 124 | 25 | 132 | 110 | 56 |
| Binary | 1110101 | 11001010 | 100001 | 101010 | 0 | 1010100 | 10101 | 1011010 | 1001000 | 101110 |
Color Harmonies of #75CA21
Complementary color
Monochromatic Colors of #75CA21
Black with #75CA21
Text Example
Text Example
White with #75CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA21; }
p { color: rgb(117,202,33); }
H1.HeaderClassName
{
color: #75CA21;
}
.AnyTagClassName
{
color: #75CA21;
}
</style>
background-color css
<style>
a { background-color: #75CA21; }
a { background-color: rgb(117,202,33); }
div.DivClassName
{
background-color: #75CA21;
}
.BgClassName
{
background-color: #75CA21;
}
</style>
border-color css
<style>
span { border-color: #75CA21; }
span { border-color: rgb(117,202,33); }
td.TdClassName
{
border-color: #75CA21;
}
.TagClassName
{
border-color: #75CA21;
}
</style>