Shades of Lawn Green #75E024
Tints of Lawn Green #75E024
RGB
CMYK
RGB Variations
Color information
#75E024 (or 0x75E024) is known color: Lawn Green. HEX triplet: 75, E0 and 24. RGB value is (117,224,36). Sum of RGB (Red+Green+Blue) = 117+224+36=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #75E024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E024 is #8A1FDB. Grayscale: #ABABAB. Windows color (decimal): -9052124 or 2416757. OLE color: 2416757.
HSL color Cylindrical-coordinate representation of color #75E024: hue angle of 94.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75E024 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 36 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.12 |
| HSL | 94.15º | 0.75% | 0.51% | - |
| HSV(B) | 94.15º | 0.84% | 0.88% | - |
| XYZ | 34.31 | 57.22 | 10.91 | - |
| YUV | 170.58 | 52.05 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 36 | 0.48 | 0 | 0.84 | 0.12 | 94.15 | 0.75 | 0.51 |
| Hex | 75 | E0 | 24 | 30 | 0 | 54 | C | 5E | 4B | 33 |
| Octal | 165 | 340 | 44 | 60 | 0 | 124 | 14 | 136 | 113 | 63 |
| Binary | 1110101 | 11100000 | 100100 | 110000 | 0 | 1010100 | 1100 | 1011110 | 1001011 | 110011 |
Color Harmonies of #75E024
Complementary color
Monochromatic Colors of #75E024
Black with #75E024
Text Example
Text Example
White with #75E024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E024; }
p { color: rgb(117,224,36); }
H1.HeaderClassName
{
color: #75E024;
}
.AnyTagClassName
{
color: #75E024;
}
</style>
background-color css
<style>
a { background-color: #75E024; }
a { background-color: rgb(117,224,36); }
div.DivClassName
{
background-color: #75E024;
}
.BgClassName
{
background-color: #75E024;
}
</style>
border-color css
<style>
span { border-color: #75E024; }
span { border-color: rgb(117,224,36); }
td.TdClassName
{
border-color: #75E024;
}
.TagClassName
{
border-color: #75E024;
}
</style>