Shades of Lawn Green #75FF2C
Tints of Lawn Green #75FF2C
RGB
CMYK
RGB Variations
Color information
#75FF2C (or 0x75FF2C) is known color: Lawn Green. HEX triplet: 75, FF and 2C. RGB value is (117,255,44). Sum of RGB (Red+Green+Blue) = 117+255+44=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FF2C is #8A00D3. Grayscale: #BEBEBE. Windows color (decimal): -9044180 or 2948981. OLE color: 2948981.
HSL color Cylindrical-coordinate representation of color #75FF2C: hue angle of 99.24º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75FF2C is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 44 | - |
| CMYK | 0.54 | 0 | 0.83 | 0 |
| HSL | 99.24º | 1% | 0.59% | - |
| HSV(B) | 99.24º | 0.83% | 1% | - |
| XYZ | 43.55 | 75.48 | 14.66 | - |
| YUV | 189.68 | 45.78 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 44 | 0.54 | 0 | 0.83 | 0 | 99.24 | 1 | 0.59 |
| Hex | 75 | FF | 2C | 36 | 0 | 53 | 0 | 63 | 64 | 3B |
| Octal | 165 | 377 | 54 | 66 | 0 | 123 | 0 | 143 | 144 | 73 |
| Binary | 1110101 | 11111111 | 101100 | 110110 | 0 | 1010011 | 0 | 1100011 | 1100100 | 111011 |
Color Harmonies of #75FF2C
Complementary color
Monochromatic Colors of #75FF2C
Black with #75FF2C
Text Example
Text Example
White with #75FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF2C; }
p { color: rgb(117,255,44); }
H1.HeaderClassName
{
color: #75FF2C;
}
.AnyTagClassName
{
color: #75FF2C;
}
</style>
background-color css
<style>
a { background-color: #75FF2C; }
a { background-color: rgb(117,255,44); }
div.DivClassName
{
background-color: #75FF2C;
}
.BgClassName
{
background-color: #75FF2C;
}
</style>
border-color css
<style>
span { border-color: #75FF2C; }
span { border-color: rgb(117,255,44); }
td.TdClassName
{
border-color: #75FF2C;
}
.TagClassName
{
border-color: #75FF2C;
}
</style>