Shades of Lawn Green #75F42D
Tints of Lawn Green #75F42D
RGB
CMYK
RGB Variations
Color information
#75F42D (or 0x75F42D) is known color: Lawn Green. HEX triplet: 75, F4 and 2D. RGB value is (117,244,45). Sum of RGB (Red+Green+Blue) = 117+244+45=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #75F42D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F42D is #8A0BD2. Grayscale: #B8B8B8. Windows color (decimal): -9046995 or 3011701. OLE color: 3011701.
HSL color Cylindrical-coordinate representation of color #75F42D: hue angle of 98.29º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75F42D is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 244 | 45 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.04 |
| HSL | 98.29º | 0.9% | 0.57% | - |
| HSV(B) | 98.29º | 0.82% | 0.96% | - |
| XYZ | 40.16 | 68.67 | 13.62 | - |
| YUV | 183.34 | 49.92 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 244 | 45 | 0.52 | 0 | 0.82 | 0.04 | 98.29 | 0.9 | 0.57 |
| Hex | 75 | F4 | 2D | 34 | 0 | 52 | 4 | 62 | 5A | 39 |
| Octal | 165 | 364 | 55 | 64 | 0 | 122 | 4 | 142 | 132 | 71 |
| Binary | 1110101 | 11110100 | 101101 | 110100 | 0 | 1010010 | 100 | 1100010 | 1011010 | 111001 |
Color Harmonies of #75F42D
Complementary color
Monochromatic Colors of #75F42D
Black with #75F42D
Text Example
Text Example
White with #75F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F42D; }
p { color: rgb(117,244,45); }
H1.HeaderClassName
{
color: #75F42D;
}
.AnyTagClassName
{
color: #75F42D;
}
</style>
background-color css
<style>
a { background-color: #75F42D; }
a { background-color: rgb(117,244,45); }
div.DivClassName
{
background-color: #75F42D;
}
.BgClassName
{
background-color: #75F42D;
}
</style>
border-color css
<style>
span { border-color: #75F42D; }
span { border-color: rgb(117,244,45); }
td.TdClassName
{
border-color: #75F42D;
}
.TagClassName
{
border-color: #75F42D;
}
</style>