Shades of Lawn Green #75FE2D
Tints of Lawn Green #75FE2D
RGB
CMYK
RGB Variations
Color information
#75FE2D (or 0x75FE2D) is known color: Lawn Green. HEX triplet: 75, FE and 2D. RGB value is (117,254,45). Sum of RGB (Red+Green+Blue) = 117+254+45=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FE2D is #8A01D2. Grayscale: #BDBDBD. Windows color (decimal): -9044435 or 3014261. OLE color: 3014261.
HSL color Cylindrical-coordinate representation of color #75FE2D: hue angle of 99.33º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75FE2D is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 45 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.00 |
| HSL | 99.33º | 0.99% | 0.59% | - |
| HSV(B) | 99.33º | 0.82% | 1% | - |
| XYZ | 43.25 | 74.86 | 14.65 | - |
| YUV | 189.21 | 46.61 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 45 | 0.54 | 0 | 0.82 | 0.00 | 99.33 | 0.99 | 0.59 |
| Hex | 75 | FE | 2D | 36 | 0 | 52 | 0 | 63 | 63 | 3B |
| Octal | 165 | 376 | 55 | 66 | 0 | 122 | 0 | 143 | 143 | 73 |
| Binary | 1110101 | 11111110 | 101101 | 110110 | 0 | 1010010 | 0 | 1100011 | 1100011 | 111011 |
Color Harmonies of #75FE2D
Complementary color
Monochromatic Colors of #75FE2D
Black with #75FE2D
Text Example
Text Example
White with #75FE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FE2D; }
p { color: rgb(117,254,45); }
H1.HeaderClassName
{
color: #75FE2D;
}
.AnyTagClassName
{
color: #75FE2D;
}
</style>
background-color css
<style>
a { background-color: #75FE2D; }
a { background-color: rgb(117,254,45); }
div.DivClassName
{
background-color: #75FE2D;
}
.BgClassName
{
background-color: #75FE2D;
}
</style>
border-color css
<style>
span { border-color: #75FE2D; }
span { border-color: rgb(117,254,45); }
td.TdClassName
{
border-color: #75FE2D;
}
.TagClassName
{
border-color: #75FE2D;
}
</style>