Shades of Lima #75BF2A
Tints of Lima #75BF2A
RGB
CMYK
RGB Variations
Color information
#75BF2A (or 0x75BF2A) is known color: Lima. HEX triplet: 75, BF and 2A. RGB value is (117,191,42). Sum of RGB (Red+Green+Blue) = 117+191+42=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF2A is #8A40D5. Grayscale: #989898. Windows color (decimal): -9060566 or 2801525. OLE color: 2801525.
HSL color Cylindrical-coordinate representation of color #75BF2A: hue angle of 89.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75BF2A is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 42 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.25 |
| HSL | 89.8º | 0.64% | 0.46% | - |
| HSV(B) | 89.8º | 0.78% | 0.75% | - |
| XYZ | 26.38 | 41.21 | 8.75 | - |
| YUV | 151.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 42 | 0.39 | 0 | 0.78 | 0.25 | 89.8 | 0.64 | 0.46 |
| Hex | 75 | BF | 2A | 27 | 0 | 4E | 19 | 5A | 40 | 2E |
| Octal | 165 | 277 | 52 | 47 | 0 | 116 | 31 | 132 | 100 | 56 |
| Binary | 1110101 | 10111111 | 101010 | 100111 | 0 | 1001110 | 11001 | 1011010 | 1000000 | 101110 |
Color Harmonies of #75BF2A
Complementary color
Monochromatic Colors of #75BF2A
Black with #75BF2A
Text Example
Text Example
White with #75BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BF2A; }
p { color: rgb(117,191,42); }
H1.HeaderClassName
{
color: #75BF2A;
}
.AnyTagClassName
{
color: #75BF2A;
}
</style>
background-color css
<style>
a { background-color: #75BF2A; }
a { background-color: rgb(117,191,42); }
div.DivClassName
{
background-color: #75BF2A;
}
.BgClassName
{
background-color: #75BF2A;
}
</style>
border-color css
<style>
span { border-color: #75BF2A; }
span { border-color: rgb(117,191,42); }
td.TdClassName
{
border-color: #75BF2A;
}
.TagClassName
{
border-color: #75BF2A;
}
</style>