Shades of Lawn Green #75E41A
Tints of Lawn Green #75E41A
RGB
CMYK
RGB Variations
Color information
#75E41A (or 0x75E41A) is known color: Lawn Green. HEX triplet: 75, E4 and 1A. RGB value is (117,228,26). Sum of RGB (Red+Green+Blue) = 117+228+26=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 228 (89.45% from 255 or 61.46% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 228 - color contains mainly: green. Hex color #75E41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E41A is #8A1BE5. Grayscale: #ACACAC. Windows color (decimal): -9051110 or 1762421. OLE color: 1762421.
HSL color Cylindrical-coordinate representation of color #75E41A: hue angle of 92.97º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75E41A is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 26 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.11 |
| HSL | 92.97º | 0.8% | 0.5% | - |
| HSV(B) | 92.97º | 0.89% | 0.89% | - |
| XYZ | 35.27 | 59.34 | 10.57 | - |
| YUV | 171.78 | 45.73 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 26 | 0.49 | 0 | 0.89 | 0.11 | 92.97 | 0.8 | 0.5 |
| Hex | 75 | E4 | 1A | 31 | 0 | 59 | B | 5D | 50 | 32 |
| Octal | 165 | 344 | 32 | 61 | 0 | 131 | 13 | 135 | 120 | 62 |
| Binary | 1110101 | 11100100 | 11010 | 110001 | 0 | 1011001 | 1011 | 1011101 | 1010000 | 110010 |
Color Harmonies of #75E41A
Complementary color
Monochromatic Colors of #75E41A
Black with #75E41A
Text Example
Text Example
White with #75E41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E41A; }
p { color: rgb(117,228,26); }
H1.HeaderClassName
{
color: #75E41A;
}
.AnyTagClassName
{
color: #75E41A;
}
</style>
background-color css
<style>
a { background-color: #75E41A; }
a { background-color: rgb(117,228,26); }
div.DivClassName
{
background-color: #75E41A;
}
.BgClassName
{
background-color: #75E41A;
}
</style>
border-color css
<style>
span { border-color: #75E41A; }
span { border-color: rgb(117,228,26); }
td.TdClassName
{
border-color: #75E41A;
}
.TagClassName
{
border-color: #75E41A;
}
</style>