Shades of Lawn Green #75D304
Tints of Lawn Green #75D304
RGB
CMYK
RGB Variations
Color information
#75D304 (or 0x75D304) is known color: Lawn Green. HEX triplet: 75, D3 and 04. RGB value is (117,211,4). Sum of RGB (Red+Green+Blue) = 117+211+4=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #75D304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D304 is #8A2CFB. Grayscale: #A0A0A0. Windows color (decimal): -9055484 or 316277. OLE color: 316277.
HSL color Cylindrical-coordinate representation of color #75D304: hue angle of 87.25º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75D304 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.17 |
| HSL | 87.25º | 0.96% | 0.42% | - |
| HSV(B) | 87.25º | 0.98% | 0.83% | - |
| XYZ | 30.65 | 50.38 | 8.22 | - |
| YUV | 159.3 | 40.36 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 4 | 0.45 | 0 | 0.98 | 0.17 | 87.25 | 0.96 | 0.42 |
| Hex | 75 | D3 | 4 | 2D | 0 | 62 | 11 | 57 | 60 | 2A |
| Octal | 165 | 323 | 4 | 55 | 0 | 142 | 21 | 127 | 140 | 52 |
| Binary | 1110101 | 11010011 | 100 | 101101 | 0 | 1100010 | 10001 | 1010111 | 1100000 | 101010 |
Color Harmonies of #75D304
Complementary color
Monochromatic Colors of #75D304
Black with #75D304
Text Example
Text Example
White with #75D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D304; }
p { color: rgb(117,211,4); }
H1.HeaderClassName
{
color: #75D304;
}
.AnyTagClassName
{
color: #75D304;
}
</style>
background-color css
<style>
a { background-color: #75D304; }
a { background-color: rgb(117,211,4); }
div.DivClassName
{
background-color: #75D304;
}
.BgClassName
{
background-color: #75D304;
}
</style>
border-color css
<style>
span { border-color: #75D304; }
span { border-color: rgb(117,211,4); }
td.TdClassName
{
border-color: #75D304;
}
.TagClassName
{
border-color: #75D304;
}
</style>