Shades of Lima #75BE2A
Tints of Lima #75BE2A
RGB
CMYK
RGB Variations
Color information
#75BE2A (or 0x75BE2A) is known color: Lima. HEX triplet: 75, BE and 2A. RGB value is (117,190,42). Sum of RGB (Red+Green+Blue) = 117+190+42=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE2A is #8A41D5. Grayscale: #979797. Windows color (decimal): -9060822 or 2801269. OLE color: 2801269.
HSL color Cylindrical-coordinate representation of color #75BE2A: hue angle of 89.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75BE2A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 42 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.25 |
| HSL | 89.59º | 0.64% | 0.45% | - |
| HSV(B) | 89.59º | 0.78% | 0.75% | - |
| XYZ | 26.17 | 40.78 | 8.68 | - |
| YUV | 151.3 | 66.32 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 42 | 0.38 | 0 | 0.78 | 0.25 | 89.59 | 0.64 | 0.45 |
| Hex | 75 | BE | 2A | 26 | 0 | 4E | 19 | 5A | 40 | 2D |
| Octal | 165 | 276 | 52 | 46 | 0 | 116 | 31 | 132 | 100 | 55 |
| Binary | 1110101 | 10111110 | 101010 | 100110 | 0 | 1001110 | 11001 | 1011010 | 1000000 | 101101 |
Color Harmonies of #75BE2A
Complementary color
Monochromatic Colors of #75BE2A
Black with #75BE2A
Text Example
Text Example
White with #75BE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE2A; }
p { color: rgb(117,190,42); }
H1.HeaderClassName
{
color: #75BE2A;
}
.AnyTagClassName
{
color: #75BE2A;
}
</style>
background-color css
<style>
a { background-color: #75BE2A; }
a { background-color: rgb(117,190,42); }
div.DivClassName
{
background-color: #75BE2A;
}
.BgClassName
{
background-color: #75BE2A;
}
</style>
border-color css
<style>
span { border-color: #75BE2A; }
span { border-color: rgb(117,190,42); }
td.TdClassName
{
border-color: #75BE2A;
}
.TagClassName
{
border-color: #75BE2A;
}
</style>