Shades of Lawn Green #75E400
Tints of Lawn Green #75E400
RGB
CMYK
RGB Variations
Color information
#75E400 (or 0x75E400) is known color: Lawn Green. HEX triplet: 75, E4 and 00. RGB value is (117,228,0). Sum of RGB (Red+Green+Blue) = 117+228+0=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 228 (89.45% from 255 or 66.09% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 228 - color contains mainly: green. Hex color #75E400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E400 is #8A1BFF. Grayscale: #A9A9A9. Windows color (decimal): -9051136 or 58485. OLE color: 58485.
HSL color Cylindrical-coordinate representation of color #75E400: hue angle of 89.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75E400 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.11 |
| HSL | 89.21º | 1% | 0.45% | - |
| HSV(B) | 89.21º | 1% | 0.89% | - |
| XYZ | 35.08 | 59.27 | 9.59 | - |
| YUV | 168.82 | 32.73 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 0 | 0.49 | 0 | 1 | 0.11 | 89.21 | 1 | 0.45 |
| Hex | 75 | E4 | 0 | 31 | 0 | 64 | B | 59 | 64 | 2D |
| Octal | 165 | 344 | 0 | 61 | 0 | 144 | 13 | 131 | 144 | 55 |
| Binary | 1110101 | 11100100 | 0 | 110001 | 0 | 1100100 | 1011 | 1011001 | 1100100 | 101101 |
Color Harmonies of #75E400
Complementary color
Monochromatic Colors of #75E400
Black with #75E400
Text Example
Text Example
White with #75E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E400; }
p { color: rgb(117,228,0); }
H1.HeaderClassName
{
color: #75E400;
}
.AnyTagClassName
{
color: #75E400;
}
</style>
background-color css
<style>
a { background-color: #75E400; }
a { background-color: rgb(117,228,0); }
div.DivClassName
{
background-color: #75E400;
}
.BgClassName
{
background-color: #75E400;
}
</style>
border-color css
<style>
span { border-color: #75E400; }
span { border-color: rgb(117,228,0); }
td.TdClassName
{
border-color: #75E400;
}
.TagClassName
{
border-color: #75E400;
}
</style>