Shades of Lima #75D41C
Tints of Lima #75D41C
RGB
CMYK
RGB Variations
Color information
#75D41C (or 0x75D41C) is known color: Lima. HEX triplet: 75, D4 and 1C. RGB value is (117,212,28). Sum of RGB (Red+Green+Blue) = 117+212+28=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #75D41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D41C is #8A2BE3. Grayscale: #A3A3A3. Windows color (decimal): -9055204 or 1889397. OLE color: 1889397.
HSL color Cylindrical-coordinate representation of color #75D41C: hue angle of 90.98º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75D41C is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 28 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.17 |
| HSL | 90.98º | 0.77% | 0.47% | - |
| HSV(B) | 90.98º | 0.87% | 0.83% | - |
| XYZ | 31.09 | 50.95 | 9.29 | - |
| YUV | 162.62 | 52.03 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 28 | 0.45 | 0 | 0.87 | 0.17 | 90.98 | 0.77 | 0.47 |
| Hex | 75 | D4 | 1C | 2D | 0 | 57 | 11 | 5B | 4D | 2F |
| Octal | 165 | 324 | 34 | 55 | 0 | 127 | 21 | 133 | 115 | 57 |
| Binary | 1110101 | 11010100 | 11100 | 101101 | 0 | 1010111 | 10001 | 1011011 | 1001101 | 101111 |
Color Harmonies of #75D41C
Complementary color
Monochromatic Colors of #75D41C
Black with #75D41C
Text Example
Text Example
White with #75D41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D41C; }
p { color: rgb(117,212,28); }
H1.HeaderClassName
{
color: #75D41C;
}
.AnyTagClassName
{
color: #75D41C;
}
</style>
background-color css
<style>
a { background-color: #75D41C; }
a { background-color: rgb(117,212,28); }
div.DivClassName
{
background-color: #75D41C;
}
.BgClassName
{
background-color: #75D41C;
}
</style>
border-color css
<style>
span { border-color: #75D41C; }
span { border-color: rgb(117,212,28); }
td.TdClassName
{
border-color: #75D41C;
}
.TagClassName
{
border-color: #75D41C;
}
</style>