Shades of Free Speech Green #11FA2D
Tints of Free Speech Green #11FA2D
RGB
CMYK
RGB Variations
Color information
#11FA2D (or 0x11FA2D) is known color: Free Speech Green. HEX triplet: 11, FA and 2D. RGB value is (17,250,45). Sum of RGB (Red+Green+Blue) = 17+250+45=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FA2D is #EE05D2. Grayscale: #9D9D9D. Windows color (decimal): -15599059 or 3013137. OLE color: 3013137.
HSL color Cylindrical-coordinate representation of color #11FA2D: hue angle of 127.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA2D is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 45 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.02 |
| HSL | 127.21º | 0.96% | 0.52% | - |
| HSV(B) | 127.21º | 0.93% | 0.98% | - |
| XYZ | 34.89 | 68.68 | 13.9 | - |
| YUV | 156.96 | 64.81 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 45 | 0.93 | 0 | 0.82 | 0.02 | 127.21 | 0.96 | 0.52 |
| Hex | 11 | FA | 2D | 5D | 0 | 52 | 2 | 7F | 60 | 34 |
| Octal | 21 | 372 | 55 | 135 | 0 | 122 | 2 | 177 | 140 | 64 |
| Binary | 10001 | 11111010 | 101101 | 1011101 | 0 | 1010010 | 10 | 1111111 | 1100000 | 110100 |
Color Harmonies of #11FA2D
Complementary color
Monochromatic Colors of #11FA2D
Black with #11FA2D
Text Example
Text Example
White with #11FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA2D; }
p { color: rgb(17,250,45); }
H1.HeaderClassName
{
color: #11FA2D;
}
.AnyTagClassName
{
color: #11FA2D;
}
</style>
background-color css
<style>
a { background-color: #11FA2D; }
a { background-color: rgb(17,250,45); }
div.DivClassName
{
background-color: #11FA2D;
}
.BgClassName
{
background-color: #11FA2D;
}
</style>
border-color css
<style>
span { border-color: #11FA2D; }
span { border-color: rgb(17,250,45); }
td.TdClassName
{
border-color: #11FA2D;
}
.TagClassName
{
border-color: #11FA2D;
}
</style>