Shades of Lima #75C915
Tints of Lima #75C915
RGB
CMYK
RGB Variations
Color information
#75C915 (or 0x75C915) is known color: Lima. HEX triplet: 75, C9 and 15. RGB value is (117,201,21). Sum of RGB (Red+Green+Blue) = 117+201+21=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #75C915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C915 is #8A36EA. Grayscale: #9C9C9C. Windows color (decimal): -9058027 or 1427829. OLE color: 1427829.
HSL color Cylindrical-coordinate representation of color #75C915: hue angle of 88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75C915 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 21 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.21 |
| HSL | 88º | 0.81% | 0.44% | - |
| HSV(B) | 88º | 0.9% | 0.79% | - |
| XYZ | 28.36 | 45.61 | 8.02 | - |
| YUV | 155.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 21 | 0.42 | 0 | 0.90 | 0.21 | 88 | 0.81 | 0.44 |
| Hex | 75 | C9 | 15 | 2A | 0 | 5A | 15 | 58 | 51 | 2C |
| Octal | 165 | 311 | 25 | 52 | 0 | 132 | 25 | 130 | 121 | 54 |
| Binary | 1110101 | 11001001 | 10101 | 101010 | 0 | 1011010 | 10101 | 1011000 | 1010001 | 101100 |
Color Harmonies of #75C915
Complementary color
Monochromatic Colors of #75C915
Black with #75C915
Text Example
Text Example
White with #75C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C915; }
p { color: rgb(117,201,21); }
H1.HeaderClassName
{
color: #75C915;
}
.AnyTagClassName
{
color: #75C915;
}
</style>
background-color css
<style>
a { background-color: #75C915; }
a { background-color: rgb(117,201,21); }
div.DivClassName
{
background-color: #75C915;
}
.BgClassName
{
background-color: #75C915;
}
</style>
border-color css
<style>
span { border-color: #75C915; }
span { border-color: rgb(117,201,21); }
td.TdClassName
{
border-color: #75C915;
}
.TagClassName
{
border-color: #75C915;
}
</style>