Shades of Lawn Green #75EC32
Tints of Lawn Green #75EC32
RGB
CMYK
RGB Variations
Color information
#75EC32 (or 0x75EC32) is known color: Lawn Green. HEX triplet: 75, EC and 32. RGB value is (117,236,50). Sum of RGB (Red+Green+Blue) = 117+236+50=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 236 (92.58% from 255 or 58.56% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC32 is #8A13CD. Grayscale: #B3B3B3. Windows color (decimal): -9049038 or 3337333. OLE color: 3337333.
HSL color Cylindrical-coordinate representation of color #75EC32: hue angle of 98.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75EC32 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 50 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.07 |
| HSL | 98.39º | 0.83% | 0.56% | - |
| HSV(B) | 98.39º | 0.79% | 0.93% | - |
| XYZ | 37.91 | 64 | 13.37 | - |
| YUV | 179.22 | 55.08 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 50 | 0.50 | 0 | 0.79 | 0.07 | 98.39 | 0.83 | 0.56 |
| Hex | 75 | EC | 32 | 32 | 0 | 4F | 7 | 62 | 53 | 38 |
| Octal | 165 | 354 | 62 | 62 | 0 | 117 | 7 | 142 | 123 | 70 |
| Binary | 1110101 | 11101100 | 110010 | 110010 | 0 | 1001111 | 111 | 1100010 | 1010011 | 111000 |
Color Harmonies of #75EC32
Complementary color
Monochromatic Colors of #75EC32
Black with #75EC32
Text Example
Text Example
White with #75EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC32; }
p { color: rgb(117,236,50); }
H1.HeaderClassName
{
color: #75EC32;
}
.AnyTagClassName
{
color: #75EC32;
}
</style>
background-color css
<style>
a { background-color: #75EC32; }
a { background-color: rgb(117,236,50); }
div.DivClassName
{
background-color: #75EC32;
}
.BgClassName
{
background-color: #75EC32;
}
</style>
border-color css
<style>
span { border-color: #75EC32; }
span { border-color: rgb(117,236,50); }
td.TdClassName
{
border-color: #75EC32;
}
.TagClassName
{
border-color: #75EC32;
}
</style>