Shades of Lawn Green #75E002
Tints of Lawn Green #75E002
RGB
CMYK
RGB Variations
Color information
#75E002 (or 0x75E002) is known color: Lawn Green. HEX triplet: 75, E0 and 02. RGB value is (117,224,2). Sum of RGB (Red+Green+Blue) = 117+224+2=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #75E002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E002 is #8A1FFD. Grayscale: #A7A7A7. Windows color (decimal): -9052158 or 188533. OLE color: 188533.
HSL color Cylindrical-coordinate representation of color #75E002: hue angle of 88.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75E002 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.12 |
| HSL | 88.92º | 0.98% | 0.44% | - |
| HSV(B) | 88.92º | 0.99% | 0.88% | - |
| XYZ | 34 | 57.1 | 9.29 | - |
| YUV | 166.7 | 35.05 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 2 | 0.48 | 0 | 0.99 | 0.12 | 88.92 | 0.98 | 0.44 |
| Hex | 75 | E0 | 2 | 30 | 0 | 63 | C | 59 | 62 | 2C |
| Octal | 165 | 340 | 2 | 60 | 0 | 143 | 14 | 131 | 142 | 54 |
| Binary | 1110101 | 11100000 | 10 | 110000 | 0 | 1100011 | 1100 | 1011001 | 1100010 | 101100 |
Color Harmonies of #75E002
Complementary color
Monochromatic Colors of #75E002
Black with #75E002
Text Example
Text Example
White with #75E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E002; }
p { color: rgb(117,224,2); }
H1.HeaderClassName
{
color: #75E002;
}
.AnyTagClassName
{
color: #75E002;
}
</style>
background-color css
<style>
a { background-color: #75E002; }
a { background-color: rgb(117,224,2); }
div.DivClassName
{
background-color: #75E002;
}
.BgClassName
{
background-color: #75E002;
}
</style>
border-color css
<style>
span { border-color: #75E002; }
span { border-color: rgb(117,224,2); }
td.TdClassName
{
border-color: #75E002;
}
.TagClassName
{
border-color: #75E002;
}
</style>