Shades of Lima #75BD21
Tints of Lima #75BD21
RGB
CMYK
RGB Variations
Color information
#75BD21 (or 0x75BD21) is known color: Lima. HEX triplet: 75, BD and 21. RGB value is (117,189,33). Sum of RGB (Red+Green+Blue) = 117+189+33=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD21 is #8A42DE. Grayscale: #969696. Windows color (decimal): -9061087 or 2211189. OLE color: 2211189.
HSL color Cylindrical-coordinate representation of color #75BD21: hue angle of 87.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75BD21 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 33 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.26 |
| HSL | 87.69º | 0.7% | 0.44% | - |
| HSV(B) | 87.69º | 0.83% | 0.74% | - |
| XYZ | 25.81 | 40.29 | 7.85 | - |
| YUV | 149.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 33 | 0.38 | 0 | 0.83 | 0.26 | 87.69 | 0.7 | 0.44 |
| Hex | 75 | BD | 21 | 26 | 0 | 53 | 1A | 58 | 46 | 2C |
| Octal | 165 | 275 | 41 | 46 | 0 | 123 | 32 | 130 | 106 | 54 |
| Binary | 1110101 | 10111101 | 100001 | 100110 | 0 | 1010011 | 11010 | 1011000 | 1000110 | 101100 |
Color Harmonies of #75BD21
Complementary color
Monochromatic Colors of #75BD21
Black with #75BD21
Text Example
Text Example
White with #75BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD21; }
p { color: rgb(117,189,33); }
H1.HeaderClassName
{
color: #75BD21;
}
.AnyTagClassName
{
color: #75BD21;
}
</style>
background-color css
<style>
a { background-color: #75BD21; }
a { background-color: rgb(117,189,33); }
div.DivClassName
{
background-color: #75BD21;
}
.BgClassName
{
background-color: #75BD21;
}
</style>
border-color css
<style>
span { border-color: #75BD21; }
span { border-color: rgb(117,189,33); }
td.TdClassName
{
border-color: #75BD21;
}
.TagClassName
{
border-color: #75BD21;
}
</style>