Shades of Lima #75BA1C
Tints of Lima #75BA1C
RGB
CMYK
RGB Variations
Color information
#75BA1C (or 0x75BA1C) is known color: Lima. HEX triplet: 75, BA and 1C. RGB value is (117,186,28). Sum of RGB (Red+Green+Blue) = 117+186+28=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA1C is #8A45E3. Grayscale: #939393. Windows color (decimal): -9061860 or 1882741. OLE color: 1882741.
HSL color Cylindrical-coordinate representation of color #75BA1C: hue angle of 86.2º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75BA1C is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 28 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.27 |
| HSL | 86.2º | 0.74% | 0.42% | - |
| HSV(B) | 86.2º | 0.85% | 0.73% | - |
| XYZ | 25.1 | 38.98 | 7.3 | - |
| YUV | 147.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 28 | 0.37 | 0 | 0.85 | 0.27 | 86.2 | 0.74 | 0.42 |
| Hex | 75 | BA | 1C | 25 | 0 | 55 | 1B | 56 | 4A | 2A |
| Octal | 165 | 272 | 34 | 45 | 0 | 125 | 33 | 126 | 112 | 52 |
| Binary | 1110101 | 10111010 | 11100 | 100101 | 0 | 1010101 | 11011 | 1010110 | 1001010 | 101010 |
Color Harmonies of #75BA1C
Complementary color
Monochromatic Colors of #75BA1C
Black with #75BA1C
Text Example
Text Example
White with #75BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA1C; }
p { color: rgb(117,186,28); }
H1.HeaderClassName
{
color: #75BA1C;
}
.AnyTagClassName
{
color: #75BA1C;
}
</style>
background-color css
<style>
a { background-color: #75BA1C; }
a { background-color: rgb(117,186,28); }
div.DivClassName
{
background-color: #75BA1C;
}
.BgClassName
{
background-color: #75BA1C;
}
</style>
border-color css
<style>
span { border-color: #75BA1C; }
span { border-color: rgb(117,186,28); }
td.TdClassName
{
border-color: #75BA1C;
}
.TagClassName
{
border-color: #75BA1C;
}
</style>