Shades of Free Speech Green #11FF25
Tints of Free Speech Green #11FF25
RGB
CMYK
RGB Variations
Color information
#11FF25 (or 0x11FF25) is known color: Free Speech Green. HEX triplet: 11, FF and 25. RGB value is (17,255,37). Sum of RGB (Red+Green+Blue) = 17+255+37=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 255 (100% from 255 or 82.52% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FF25 is #EE00DA. Grayscale: #9F9F9F. Windows color (decimal): -15597787 or 2490129. OLE color: 2490129.
HSL color Cylindrical-coordinate representation of color #11FF25: hue angle of 125.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF25 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 37 | - |
| CMYK | 0.93 | 0 | 0.85 | 0 |
| HSL | 125.04º | 1% | 0.53% | - |
| HSV(B) | 125.04º | 0.93% | 1% | - |
| XYZ | 36.33 | 71.77 | 13.69 | - |
| YUV | 158.99 | 59.15 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 37 | 0.93 | 0 | 0.85 | 0 | 125.04 | 1 | 0.53 |
| Hex | 11 | FF | 25 | 5D | 0 | 55 | 0 | 7D | 64 | 35 |
| Octal | 21 | 377 | 45 | 135 | 0 | 125 | 0 | 175 | 144 | 65 |
| Binary | 10001 | 11111111 | 100101 | 1011101 | 0 | 1010101 | 0 | 1111101 | 1100100 | 110101 |
Color Harmonies of #11FF25
Complementary color
Monochromatic Colors of #11FF25
Black with #11FF25
Text Example
Text Example
White with #11FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF25; }
p { color: rgb(17,255,37); }
H1.HeaderClassName
{
color: #11FF25;
}
.AnyTagClassName
{
color: #11FF25;
}
</style>
background-color css
<style>
a { background-color: #11FF25; }
a { background-color: rgb(17,255,37); }
div.DivClassName
{
background-color: #11FF25;
}
.BgClassName
{
background-color: #11FF25;
}
</style>
border-color css
<style>
span { border-color: #11FF25; }
span { border-color: rgb(17,255,37); }
td.TdClassName
{
border-color: #11FF25;
}
.TagClassName
{
border-color: #11FF25;
}
</style>