Shades of Lawn Green #75EC2F
Tints of Lawn Green #75EC2F
RGB
CMYK
RGB Variations
Color information
#75EC2F (or 0x75EC2F) is known color: Lawn Green. HEX triplet: 75, EC and 2F. RGB value is (117,236,47). Sum of RGB (Red+Green+Blue) = 117+236+47=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC2F is #8A13D0. Grayscale: #B3B3B3. Windows color (decimal): -9049041 or 3140725. OLE color: 3140725.
HSL color Cylindrical-coordinate representation of color #75EC2F: hue angle of 97.78º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75EC2F is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 47 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.07 |
| HSL | 97.78º | 0.83% | 0.55% | - |
| HSV(B) | 97.78º | 0.8% | 0.93% | - |
| XYZ | 37.84 | 63.98 | 13.04 | - |
| YUV | 178.87 | 53.58 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 47 | 0.50 | 0 | 0.80 | 0.07 | 97.78 | 0.83 | 0.55 |
| Hex | 75 | EC | 2F | 32 | 0 | 50 | 7 | 62 | 53 | 37 |
| Octal | 165 | 354 | 57 | 62 | 0 | 120 | 7 | 142 | 123 | 67 |
| Binary | 1110101 | 11101100 | 101111 | 110010 | 0 | 1010000 | 111 | 1100010 | 1010011 | 110111 |
Color Harmonies of #75EC2F
Complementary color
Monochromatic Colors of #75EC2F
Black with #75EC2F
Text Example
Text Example
White with #75EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC2F; }
p { color: rgb(117,236,47); }
H1.HeaderClassName
{
color: #75EC2F;
}
.AnyTagClassName
{
color: #75EC2F;
}
</style>
background-color css
<style>
a { background-color: #75EC2F; }
a { background-color: rgb(117,236,47); }
div.DivClassName
{
background-color: #75EC2F;
}
.BgClassName
{
background-color: #75EC2F;
}
</style>
border-color css
<style>
span { border-color: #75EC2F; }
span { border-color: rgb(117,236,47); }
td.TdClassName
{
border-color: #75EC2F;
}
.TagClassName
{
border-color: #75EC2F;
}
</style>