Shades of Lima #75CE15
Tints of Lima #75CE15
RGB
CMYK
RGB Variations
Color information
#75CE15 (or 0x75CE15) is known color: Lima. HEX triplet: 75, CE and 15. RGB value is (117,206,21). Sum of RGB (Red+Green+Blue) = 117+206+21=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CE15 is #8A31EA. Grayscale: #9E9E9E. Windows color (decimal): -9056747 or 1429109. OLE color: 1429109.
HSL color Cylindrical-coordinate representation of color #75CE15: hue angle of 88.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75CE15 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 21 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.19 |
| HSL | 88.86º | 0.81% | 0.45% | - |
| HSV(B) | 88.86º | 0.9% | 0.81% | - |
| XYZ | 29.54 | 47.98 | 8.41 | - |
| YUV | 158.3 | 50.51 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 21 | 0.43 | 0 | 0.90 | 0.19 | 88.86 | 0.81 | 0.45 |
| Hex | 75 | CE | 15 | 2B | 0 | 5A | 13 | 59 | 51 | 2D |
| Octal | 165 | 316 | 25 | 53 | 0 | 132 | 23 | 131 | 121 | 55 |
| Binary | 1110101 | 11001110 | 10101 | 101011 | 0 | 1011010 | 10011 | 1011001 | 1010001 | 101101 |
Color Harmonies of #75CE15
Complementary color
Monochromatic Colors of #75CE15
Black with #75CE15
Text Example
Text Example
White with #75CE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE15; }
p { color: rgb(117,206,21); }
H1.HeaderClassName
{
color: #75CE15;
}
.AnyTagClassName
{
color: #75CE15;
}
</style>
background-color css
<style>
a { background-color: #75CE15; }
a { background-color: rgb(117,206,21); }
div.DivClassName
{
background-color: #75CE15;
}
.BgClassName
{
background-color: #75CE15;
}
</style>
border-color css
<style>
span { border-color: #75CE15; }
span { border-color: rgb(117,206,21); }
td.TdClassName
{
border-color: #75CE15;
}
.TagClassName
{
border-color: #75CE15;
}
</style>