Shades of Lawn Green #75E302
Tints of Lawn Green #75E302
RGB
CMYK
RGB Variations
Color information
#75E302 (or 0x75E302) is known color: Lawn Green. HEX triplet: 75, E3 and 02. RGB value is (117,227,2). Sum of RGB (Red+Green+Blue) = 117+227+2=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #75E302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E302 is #8A1CFD. Grayscale: #A9A9A9. Windows color (decimal): -9051390 or 189301. OLE color: 189301.
HSL color Cylindrical-coordinate representation of color #75E302: hue angle of 89.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75E302 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.11 |
| HSL | 89.33º | 0.98% | 0.45% | - |
| HSV(B) | 89.33º | 0.99% | 0.89% | - |
| XYZ | 34.82 | 58.72 | 9.56 | - |
| YUV | 168.46 | 34.06 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 2 | 0.48 | 0 | 0.99 | 0.11 | 89.33 | 0.98 | 0.45 |
| Hex | 75 | E3 | 2 | 30 | 0 | 63 | B | 59 | 62 | 2D |
| Octal | 165 | 343 | 2 | 60 | 0 | 143 | 13 | 131 | 142 | 55 |
| Binary | 1110101 | 11100011 | 10 | 110000 | 0 | 1100011 | 1011 | 1011001 | 1100010 | 101101 |
Color Harmonies of #75E302
Complementary color
Monochromatic Colors of #75E302
Black with #75E302
Text Example
Text Example
White with #75E302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E302; }
p { color: rgb(117,227,2); }
H1.HeaderClassName
{
color: #75E302;
}
.AnyTagClassName
{
color: #75E302;
}
</style>
background-color css
<style>
a { background-color: #75E302; }
a { background-color: rgb(117,227,2); }
div.DivClassName
{
background-color: #75E302;
}
.BgClassName
{
background-color: #75E302;
}
</style>
border-color css
<style>
span { border-color: #75E302; }
span { border-color: rgb(117,227,2); }
td.TdClassName
{
border-color: #75E302;
}
.TagClassName
{
border-color: #75E302;
}
</style>