Shades of Lawn Green #75E40E
Tints of Lawn Green #75E40E
RGB
CMYK
RGB Variations
Color information
#75E40E (or 0x75E40E) is known color: Lawn Green. HEX triplet: 75, E4 and 0E. RGB value is (117,228,14). Sum of RGB (Red+Green+Blue) = 117+228+14=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 228 (89.45% from 255 or 63.51% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 228 - color contains mainly: green. Hex color #75E40E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E40E is #8A1BF1. Grayscale: #ABABAB. Windows color (decimal): -9051122 or 975989. OLE color: 975989.
HSL color Cylindrical-coordinate representation of color #75E40E: hue angle of 91.12º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75E40E is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 14 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.11 |
| HSL | 91.12º | 0.88% | 0.47% | - |
| HSV(B) | 91.12º | 0.94% | 0.89% | - |
| XYZ | 35.16 | 59.3 | 10.01 | - |
| YUV | 170.42 | 39.73 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 14 | 0.49 | 0 | 0.94 | 0.11 | 91.12 | 0.88 | 0.47 |
| Hex | 75 | E4 | E | 31 | 0 | 5E | B | 5B | 58 | 2F |
| Octal | 165 | 344 | 16 | 61 | 0 | 136 | 13 | 133 | 130 | 57 |
| Binary | 1110101 | 11100100 | 1110 | 110001 | 0 | 1011110 | 1011 | 1011011 | 1011000 | 101111 |
Color Harmonies of #75E40E
Complementary color
Monochromatic Colors of #75E40E
Black with #75E40E
Text Example
Text Example
White with #75E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E40E; }
p { color: rgb(117,228,14); }
H1.HeaderClassName
{
color: #75E40E;
}
.AnyTagClassName
{
color: #75E40E;
}
</style>
background-color css
<style>
a { background-color: #75E40E; }
a { background-color: rgb(117,228,14); }
div.DivClassName
{
background-color: #75E40E;
}
.BgClassName
{
background-color: #75E40E;
}
</style>
border-color css
<style>
span { border-color: #75E40E; }
span { border-color: rgb(117,228,14); }
td.TdClassName
{
border-color: #75E40E;
}
.TagClassName
{
border-color: #75E40E;
}
</style>