Shades of Lima #75C628
Tints of Lima #75C628
RGB
CMYK
RGB Variations
Color information
#75C628 (or 0x75C628) is known color: Lima. HEX triplet: 75, C6 and 28. RGB value is (117,198,40). Sum of RGB (Red+Green+Blue) = 117+198+40=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #75C628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C628 is #8A39D7. Grayscale: #9C9C9C. Windows color (decimal): -9058776 or 2672245. OLE color: 2672245.
HSL color Cylindrical-coordinate representation of color #75C628: hue angle of 90.76º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75C628 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 40 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.22 |
| HSL | 90.76º | 0.66% | 0.47% | - |
| HSV(B) | 90.76º | 0.8% | 0.78% | - |
| XYZ | 27.91 | 44.32 | 9.09 | - |
| YUV | 155.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 40 | 0.41 | 0 | 0.80 | 0.22 | 90.76 | 0.66 | 0.47 |
| Hex | 75 | C6 | 28 | 29 | 0 | 50 | 16 | 5B | 42 | 2F |
| Octal | 165 | 306 | 50 | 51 | 0 | 120 | 26 | 133 | 102 | 57 |
| Binary | 1110101 | 11000110 | 101000 | 101001 | 0 | 1010000 | 10110 | 1011011 | 1000010 | 101111 |
Color Harmonies of #75C628
Complementary color
Monochromatic Colors of #75C628
Black with #75C628
Text Example
Text Example
White with #75C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C628; }
p { color: rgb(117,198,40); }
H1.HeaderClassName
{
color: #75C628;
}
.AnyTagClassName
{
color: #75C628;
}
</style>
background-color css
<style>
a { background-color: #75C628; }
a { background-color: rgb(117,198,40); }
div.DivClassName
{
background-color: #75C628;
}
.BgClassName
{
background-color: #75C628;
}
</style>
border-color css
<style>
span { border-color: #75C628; }
span { border-color: rgb(117,198,40); }
td.TdClassName
{
border-color: #75C628;
}
.TagClassName
{
border-color: #75C628;
}
</style>