Shades of Lima #75CB24
Tints of Lima #75CB24
RGB
CMYK
RGB Variations
Color information
#75CB24 (or 0x75CB24) is known color: Lima. HEX triplet: 75, CB and 24. RGB value is (117,203,36). Sum of RGB (Red+Green+Blue) = 117+203+36=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB24 is #8A34DB. Grayscale: #9E9E9E. Windows color (decimal): -9057500 or 2411381. OLE color: 2411381.
HSL color Cylindrical-coordinate representation of color #75CB24: hue angle of 90.9º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75CB24 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 36 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.20 |
| HSL | 90.9º | 0.7% | 0.47% | - |
| HSV(B) | 90.9º | 0.82% | 0.8% | - |
| XYZ | 29.01 | 46.62 | 9.14 | - |
| YUV | 158.25 | 59.01 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 36 | 0.42 | 0 | 0.82 | 0.20 | 90.9 | 0.7 | 0.47 |
| Hex | 75 | CB | 24 | 2A | 0 | 52 | 14 | 5B | 46 | 2F |
| Octal | 165 | 313 | 44 | 52 | 0 | 122 | 24 | 133 | 106 | 57 |
| Binary | 1110101 | 11001011 | 100100 | 101010 | 0 | 1010010 | 10100 | 1011011 | 1000110 | 101111 |
Color Harmonies of #75CB24
Complementary color
Monochromatic Colors of #75CB24
Black with #75CB24
Text Example
Text Example
White with #75CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB24; }
p { color: rgb(117,203,36); }
H1.HeaderClassName
{
color: #75CB24;
}
.AnyTagClassName
{
color: #75CB24;
}
</style>
background-color css
<style>
a { background-color: #75CB24; }
a { background-color: rgb(117,203,36); }
div.DivClassName
{
background-color: #75CB24;
}
.BgClassName
{
background-color: #75CB24;
}
</style>
border-color css
<style>
span { border-color: #75CB24; }
span { border-color: rgb(117,203,36); }
td.TdClassName
{
border-color: #75CB24;
}
.TagClassName
{
border-color: #75CB24;
}
</style>