Shades of Lima #75BD33
Tints of Lima #75BD33
RGB
CMYK
RGB Variations
Color information
#75BD33 (or 0x75BD33) is known color: Lima. HEX triplet: 75, BD and 33. RGB value is (117,189,51). Sum of RGB (Red+Green+Blue) = 117+189+51=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD33 is #8A42CC. Grayscale: #989898. Windows color (decimal): -9061069 or 3390837. OLE color: 3390837.
HSL color Cylindrical-coordinate representation of color #75BD33: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75BD33 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.26 |
| HSL | 91.3º | 0.58% | 0.47% | - |
| HSV(B) | 91.3º | 0.73% | 0.74% | - |
| XYZ | 26.13 | 40.42 | 9.56 | - |
| YUV | 151.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 51 | 0.38 | 0 | 0.73 | 0.26 | 91.3 | 0.58 | 0.47 |
| Hex | 75 | BD | 33 | 26 | 0 | 49 | 1A | 5B | 3A | 2F |
| Octal | 165 | 275 | 63 | 46 | 0 | 111 | 32 | 133 | 72 | 57 |
| Binary | 1110101 | 10111101 | 110011 | 100110 | 0 | 1001001 | 11010 | 1011011 | 111010 | 101111 |
Color Harmonies of #75BD33
Complementary color
Monochromatic Colors of #75BD33
Black with #75BD33
Text Example
Text Example
White with #75BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD33; }
p { color: rgb(117,189,51); }
H1.HeaderClassName
{
color: #75BD33;
}
.AnyTagClassName
{
color: #75BD33;
}
</style>
background-color css
<style>
a { background-color: #75BD33; }
a { background-color: rgb(117,189,51); }
div.DivClassName
{
background-color: #75BD33;
}
.BgClassName
{
background-color: #75BD33;
}
</style>
border-color css
<style>
span { border-color: #75BD33; }
span { border-color: rgb(117,189,51); }
td.TdClassName
{
border-color: #75BD33;
}
.TagClassName
{
border-color: #75BD33;
}
</style>