Shades of Lima #75BE24
Tints of Lima #75BE24
RGB
CMYK
RGB Variations
Color information
#75BE24 (or 0x75BE24) is known color: Lima. HEX triplet: 75, BE and 24. RGB value is (117,190,36). Sum of RGB (Red+Green+Blue) = 117+190+36=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE24 is #8A41DB. Grayscale: #979797. Windows color (decimal): -9060828 or 2408053. OLE color: 2408053.
HSL color Cylindrical-coordinate representation of color #75BE24: hue angle of 88.44º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75BE24 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 36 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.25 |
| HSL | 88.44º | 0.68% | 0.44% | - |
| HSV(B) | 88.44º | 0.81% | 0.75% | - |
| XYZ | 26.07 | 40.74 | 8.16 | - |
| YUV | 150.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 36 | 0.38 | 0 | 0.81 | 0.25 | 88.44 | 0.68 | 0.44 |
| Hex | 75 | BE | 24 | 26 | 0 | 51 | 19 | 58 | 44 | 2C |
| Octal | 165 | 276 | 44 | 46 | 0 | 121 | 31 | 130 | 104 | 54 |
| Binary | 1110101 | 10111110 | 100100 | 100110 | 0 | 1010001 | 11001 | 1011000 | 1000100 | 101100 |
Color Harmonies of #75BE24
Complementary color
Monochromatic Colors of #75BE24
Black with #75BE24
Text Example
Text Example
White with #75BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE24; }
p { color: rgb(117,190,36); }
H1.HeaderClassName
{
color: #75BE24;
}
.AnyTagClassName
{
color: #75BE24;
}
</style>
background-color css
<style>
a { background-color: #75BE24; }
a { background-color: rgb(117,190,36); }
div.DivClassName
{
background-color: #75BE24;
}
.BgClassName
{
background-color: #75BE24;
}
</style>
border-color css
<style>
span { border-color: #75BE24; }
span { border-color: rgb(117,190,36); }
td.TdClassName
{
border-color: #75BE24;
}
.TagClassName
{
border-color: #75BE24;
}
</style>