Shades of Lawn Green #75FA2D
Tints of Lawn Green #75FA2D
RGB
CMYK
RGB Variations
Color information
#75FA2D (or 0x75FA2D) is known color: Lawn Green. HEX triplet: 75, FA and 2D. RGB value is (117,250,45). Sum of RGB (Red+Green+Blue) = 117+250+45=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FA2D is #8A05D2. Grayscale: #BBBBBB. Windows color (decimal): -9045459 or 3013237. OLE color: 3013237.
HSL color Cylindrical-coordinate representation of color #75FA2D: hue angle of 98.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75FA2D is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 45 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.02 |
| HSL | 98.93º | 0.95% | 0.58% | - |
| HSV(B) | 98.93º | 0.82% | 0.98% | - |
| XYZ | 42 | 72.34 | 14.23 | - |
| YUV | 186.86 | 47.94 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 45 | 0.53 | 0 | 0.82 | 0.02 | 98.93 | 0.95 | 0.58 |
| Hex | 75 | FA | 2D | 35 | 0 | 52 | 2 | 63 | 5F | 3A |
| Octal | 165 | 372 | 55 | 65 | 0 | 122 | 2 | 143 | 137 | 72 |
| Binary | 1110101 | 11111010 | 101101 | 110101 | 0 | 1010010 | 10 | 1100011 | 1011111 | 111010 |
Color Harmonies of #75FA2D
Complementary color
Monochromatic Colors of #75FA2D
Black with #75FA2D
Text Example
Text Example
White with #75FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA2D; }
p { color: rgb(117,250,45); }
H1.HeaderClassName
{
color: #75FA2D;
}
.AnyTagClassName
{
color: #75FA2D;
}
</style>
background-color css
<style>
a { background-color: #75FA2D; }
a { background-color: rgb(117,250,45); }
div.DivClassName
{
background-color: #75FA2D;
}
.BgClassName
{
background-color: #75FA2D;
}
</style>
border-color css
<style>
span { border-color: #75FA2D; }
span { border-color: rgb(117,250,45); }
td.TdClassName
{
border-color: #75FA2D;
}
.TagClassName
{
border-color: #75FA2D;
}
</style>