Shades of Lima #75BC31
Tints of Lima #75BC31
RGB
CMYK
RGB Variations
Color information
#75BC31 (or 0x75BC31) is known color: Lima. HEX triplet: 75, BC and 31. RGB value is (117,188,49). Sum of RGB (Red+Green+Blue) = 117+188+49=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC31 is #8A43CE. Grayscale: #979797. Windows color (decimal): -9061327 or 3259509. OLE color: 3259509.
HSL color Cylindrical-coordinate representation of color #75BC31: hue angle of 90.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75BC31 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 49 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.26 |
| HSL | 90.65º | 0.59% | 0.46% | - |
| HSV(B) | 90.65º | 0.74% | 0.74% | - |
| XYZ | 25.87 | 39.97 | 9.26 | - |
| YUV | 150.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 49 | 0.38 | 0 | 0.74 | 0.26 | 90.65 | 0.59 | 0.46 |
| Hex | 75 | BC | 31 | 26 | 0 | 4A | 1A | 5B | 3B | 2E |
| Octal | 165 | 274 | 61 | 46 | 0 | 112 | 32 | 133 | 73 | 56 |
| Binary | 1110101 | 10111100 | 110001 | 100110 | 0 | 1001010 | 11010 | 1011011 | 111011 | 101110 |
Color Harmonies of #75BC31
Complementary color
Monochromatic Colors of #75BC31
Black with #75BC31
Text Example
Text Example
White with #75BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC31; }
p { color: rgb(117,188,49); }
H1.HeaderClassName
{
color: #75BC31;
}
.AnyTagClassName
{
color: #75BC31;
}
</style>
background-color css
<style>
a { background-color: #75BC31; }
a { background-color: rgb(117,188,49); }
div.DivClassName
{
background-color: #75BC31;
}
.BgClassName
{
background-color: #75BC31;
}
</style>
border-color css
<style>
span { border-color: #75BC31; }
span { border-color: rgb(117,188,49); }
td.TdClassName
{
border-color: #75BC31;
}
.TagClassName
{
border-color: #75BC31;
}
</style>