Shades of Lima #75D325
Tints of Lima #75D325
RGB
CMYK
RGB Variations
Color information
#75D325 (or 0x75D325) is known color: Lima. HEX triplet: 75, D3 and 25. RGB value is (117,211,37). Sum of RGB (Red+Green+Blue) = 117+211+37=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #75D325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D325 is #8A2CDA. Grayscale: #A3A3A3. Windows color (decimal): -9055451 or 2478965. OLE color: 2478965.
HSL color Cylindrical-coordinate representation of color #75D325: hue angle of 92.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75D325 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 37 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.17 |
| HSL | 92.41º | 0.7% | 0.49% | - |
| HSV(B) | 92.41º | 0.82% | 0.83% | - |
| XYZ | 30.96 | 50.5 | 9.87 | - |
| YUV | 163.06 | 56.86 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 37 | 0.45 | 0 | 0.82 | 0.17 | 92.41 | 0.7 | 0.49 |
| Hex | 75 | D3 | 25 | 2D | 0 | 52 | 11 | 5C | 46 | 31 |
| Octal | 165 | 323 | 45 | 55 | 0 | 122 | 21 | 134 | 106 | 61 |
| Binary | 1110101 | 11010011 | 100101 | 101101 | 0 | 1010010 | 10001 | 1011100 | 1000110 | 110001 |
Color Harmonies of #75D325
Complementary color
Monochromatic Colors of #75D325
Black with #75D325
Text Example
Text Example
White with #75D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D325; }
p { color: rgb(117,211,37); }
H1.HeaderClassName
{
color: #75D325;
}
.AnyTagClassName
{
color: #75D325;
}
</style>
background-color css
<style>
a { background-color: #75D325; }
a { background-color: rgb(117,211,37); }
div.DivClassName
{
background-color: #75D325;
}
.BgClassName
{
background-color: #75D325;
}
</style>
border-color css
<style>
span { border-color: #75D325; }
span { border-color: rgb(117,211,37); }
td.TdClassName
{
border-color: #75D325;
}
.TagClassName
{
border-color: #75D325;
}
</style>