Shades of Lima #75BC33
Tints of Lima #75BC33
RGB
CMYK
RGB Variations
Color information
#75BC33 (or 0x75BC33) is known color: Lima. HEX triplet: 75, BC and 33. RGB value is (117,188,51). Sum of RGB (Red+Green+Blue) = 117+188+51=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC33 is #8A43CC. Grayscale: #979797. Windows color (decimal): -9061325 or 3390581. OLE color: 3390581.
HSL color Cylindrical-coordinate representation of color #75BC33: hue angle of 91.09º 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 #75BC33 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.26 |
| HSL | 91.09º | 0.57% | 0.47% | - |
| HSV(B) | 91.09º | 0.73% | 0.74% | - |
| XYZ | 25.92 | 39.99 | 9.48 | - |
| YUV | 151.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 51 | 0.38 | 0 | 0.73 | 0.26 | 91.09 | 0.57 | 0.47 |
| Hex | 75 | BC | 33 | 26 | 0 | 49 | 1A | 5B | 39 | 2F |
| Octal | 165 | 274 | 63 | 46 | 0 | 111 | 32 | 133 | 71 | 57 |
| Binary | 1110101 | 10111100 | 110011 | 100110 | 0 | 1001001 | 11010 | 1011011 | 111001 | 101111 |
Color Harmonies of #75BC33
Complementary color
Monochromatic Colors of #75BC33
Black with #75BC33
Text Example
Text Example
White with #75BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC33; }
p { color: rgb(117,188,51); }
H1.HeaderClassName
{
color: #75BC33;
}
.AnyTagClassName
{
color: #75BC33;
}
</style>
background-color css
<style>
a { background-color: #75BC33; }
a { background-color: rgb(117,188,51); }
div.DivClassName
{
background-color: #75BC33;
}
.BgClassName
{
background-color: #75BC33;
}
</style>
border-color css
<style>
span { border-color: #75BC33; }
span { border-color: rgb(117,188,51); }
td.TdClassName
{
border-color: #75BC33;
}
.TagClassName
{
border-color: #75BC33;
}
</style>