Shades of Lawn Green #75E40F
Tints of Lawn Green #75E40F
RGB
CMYK
RGB Variations
Color information
#75E40F (or 0x75E40F) is known color: Lawn Green. HEX triplet: 75, E4 and 0F. RGB value is (117,228,15). Sum of RGB (Red+Green+Blue) = 117+228+15=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 228 (89.45% from 255 or 63.33% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 228 - color contains mainly: green. Hex color #75E40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E40F is #8A1BF0. Grayscale: #ABABAB. Windows color (decimal): -9051121 or 1041525. OLE color: 1041525.
HSL color Cylindrical-coordinate representation of color #75E40F: hue angle of 91.27º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75E40F is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 15 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.11 |
| HSL | 91.27º | 0.88% | 0.48% | - |
| HSV(B) | 91.27º | 0.93% | 0.89% | - |
| XYZ | 35.17 | 59.3 | 10.05 | - |
| YUV | 170.53 | 40.23 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 15 | 0.49 | 0 | 0.93 | 0.11 | 91.27 | 0.88 | 0.48 |
| Hex | 75 | E4 | F | 31 | 0 | 5D | B | 5B | 58 | 30 |
| Octal | 165 | 344 | 17 | 61 | 0 | 135 | 13 | 133 | 130 | 60 |
| Binary | 1110101 | 11100100 | 1111 | 110001 | 0 | 1011101 | 1011 | 1011011 | 1011000 | 110000 |
Color Harmonies of #75E40F
Complementary color
Monochromatic Colors of #75E40F
Black with #75E40F
Text Example
Text Example
White with #75E40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E40F; }
p { color: rgb(117,228,15); }
H1.HeaderClassName
{
color: #75E40F;
}
.AnyTagClassName
{
color: #75E40F;
}
</style>
background-color css
<style>
a { background-color: #75E40F; }
a { background-color: rgb(117,228,15); }
div.DivClassName
{
background-color: #75E40F;
}
.BgClassName
{
background-color: #75E40F;
}
</style>
border-color css
<style>
span { border-color: #75E40F; }
span { border-color: rgb(117,228,15); }
td.TdClassName
{
border-color: #75E40F;
}
.TagClassName
{
border-color: #75E40F;
}
</style>