Shades of Lawn Green #75FF2A
Tints of Lawn Green #75FF2A
RGB
CMYK
RGB Variations
Color information
#75FF2A (or 0x75FF2A) is known color: Lawn Green. HEX triplet: 75, FF and 2A. RGB value is (117,255,42). Sum of RGB (Red+Green+Blue) = 117+255+42=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF2A is #8A00D5. Grayscale: #BEBEBE. Windows color (decimal): -9044182 or 2817909. OLE color: 2817909.
HSL color Cylindrical-coordinate representation of color #75FF2A: hue angle of 98.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75FF2A is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 42 | - |
| CMYK | 0.54 | 0 | 0.84 | 0 |
| HSL | 98.87º | 1% | 0.58% | - |
| HSV(B) | 98.87º | 0.84% | 1% | - |
| XYZ | 43.51 | 75.47 | 14.46 | - |
| YUV | 189.46 | 44.78 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 42 | 0.54 | 0 | 0.84 | 0 | 98.87 | 1 | 0.58 |
| Hex | 75 | FF | 2A | 36 | 0 | 54 | 0 | 63 | 64 | 3A |
| Octal | 165 | 377 | 52 | 66 | 0 | 124 | 0 | 143 | 144 | 72 |
| Binary | 1110101 | 11111111 | 101010 | 110110 | 0 | 1010100 | 0 | 1100011 | 1100100 | 111010 |
Color Harmonies of #75FF2A
Complementary color
Monochromatic Colors of #75FF2A
Black with #75FF2A
Text Example
Text Example
White with #75FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF2A; }
p { color: rgb(117,255,42); }
H1.HeaderClassName
{
color: #75FF2A;
}
.AnyTagClassName
{
color: #75FF2A;
}
</style>
background-color css
<style>
a { background-color: #75FF2A; }
a { background-color: rgb(117,255,42); }
div.DivClassName
{
background-color: #75FF2A;
}
.BgClassName
{
background-color: #75FF2A;
}
</style>
border-color css
<style>
span { border-color: #75FF2A; }
span { border-color: rgb(117,255,42); }
td.TdClassName
{
border-color: #75FF2A;
}
.TagClassName
{
border-color: #75FF2A;
}
</style>