Shades of Lima #75BE28
Tints of Lima #75BE28
RGB
CMYK
RGB Variations
Color information
#75BE28 (or 0x75BE28) is known color: Lima. HEX triplet: 75, BE and 28. RGB value is (117,190,40). Sum of RGB (Red+Green+Blue) = 117+190+40=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE28 is #8A41D7. Grayscale: #979797. Windows color (decimal): -9060824 or 2670197. OLE color: 2670197.
HSL color Cylindrical-coordinate representation of color #75BE28: hue angle of 89.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75BE28 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 40 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.25 |
| HSL | 89.2º | 0.65% | 0.45% | - |
| HSV(B) | 89.2º | 0.79% | 0.75% | - |
| XYZ | 26.13 | 40.76 | 8.5 | - |
| YUV | 151.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 40 | 0.38 | 0 | 0.79 | 0.25 | 89.2 | 0.65 | 0.45 |
| Hex | 75 | BE | 28 | 26 | 0 | 4F | 19 | 59 | 41 | 2D |
| Octal | 165 | 276 | 50 | 46 | 0 | 117 | 31 | 131 | 101 | 55 |
| Binary | 1110101 | 10111110 | 101000 | 100110 | 0 | 1001111 | 11001 | 1011001 | 1000001 | 101101 |
Color Harmonies of #75BE28
Complementary color
Monochromatic Colors of #75BE28
Black with #75BE28
Text Example
Text Example
White with #75BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE28; }
p { color: rgb(117,190,40); }
H1.HeaderClassName
{
color: #75BE28;
}
.AnyTagClassName
{
color: #75BE28;
}
</style>
background-color css
<style>
a { background-color: #75BE28; }
a { background-color: rgb(117,190,40); }
div.DivClassName
{
background-color: #75BE28;
}
.BgClassName
{
background-color: #75BE28;
}
</style>
border-color css
<style>
span { border-color: #75BE28; }
span { border-color: rgb(117,190,40); }
td.TdClassName
{
border-color: #75BE28;
}
.TagClassName
{
border-color: #75BE28;
}
</style>