Shades of Lawn Green #75EE2C
Tints of Lawn Green #75EE2C
RGB
CMYK
RGB Variations
Color information
#75EE2C (or 0x75EE2C) is known color: Lawn Green. HEX triplet: 75, EE and 2C. RGB value is (117,238,44). Sum of RGB (Red+Green+Blue) = 117+238+44=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 238 (93.36% from 255 or 59.65% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EE2C is #8A11D3. Grayscale: #B4B4B4. Windows color (decimal): -9048532 or 2944629. OLE color: 2944629.
HSL color Cylindrical-coordinate representation of color #75EE2C: hue angle of 97.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75EE2C is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 238 | 44 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.07 |
| HSL | 97.42º | 0.85% | 0.55% | - |
| HSV(B) | 97.42º | 0.82% | 0.93% | - |
| XYZ | 38.37 | 65.11 | 12.93 | - |
| YUV | 179.71 | 51.41 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 238 | 44 | 0.51 | 0 | 0.82 | 0.07 | 97.42 | 0.85 | 0.55 |
| Hex | 75 | EE | 2C | 33 | 0 | 52 | 7 | 61 | 55 | 37 |
| Octal | 165 | 356 | 54 | 63 | 0 | 122 | 7 | 141 | 125 | 67 |
| Binary | 1110101 | 11101110 | 101100 | 110011 | 0 | 1010010 | 111 | 1100001 | 1010101 | 110111 |
Color Harmonies of #75EE2C
Complementary color
Monochromatic Colors of #75EE2C
Black with #75EE2C
Text Example
Text Example
White with #75EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EE2C; }
p { color: rgb(117,238,44); }
H1.HeaderClassName
{
color: #75EE2C;
}
.AnyTagClassName
{
color: #75EE2C;
}
</style>
background-color css
<style>
a { background-color: #75EE2C; }
a { background-color: rgb(117,238,44); }
div.DivClassName
{
background-color: #75EE2C;
}
.BgClassName
{
background-color: #75EE2C;
}
</style>
border-color css
<style>
span { border-color: #75EE2C; }
span { border-color: rgb(117,238,44); }
td.TdClassName
{
border-color: #75EE2C;
}
.TagClassName
{
border-color: #75EE2C;
}
</style>