Shades of Free Speech Green #11FF27
Tints of Free Speech Green #11FF27
RGB
CMYK
RGB Variations
Color information
#11FF27 (or 0x11FF27) is known color: Free Speech Green. HEX triplet: 11, FF and 27. RGB value is (17,255,39). Sum of RGB (Red+Green+Blue) = 17+255+39=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FF27 is #EE00D8. Grayscale: #9F9F9F. Windows color (decimal): -15597785 or 2621201. OLE color: 2621201.
HSL color Cylindrical-coordinate representation of color #11FF27: hue angle of 125.55º 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 #11FF27 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 39 | - |
| CMYK | 0.93 | 0 | 0.85 | 0 |
| HSL | 125.55º | 1% | 0.53% | - |
| HSV(B) | 125.55º | 0.93% | 1% | - |
| XYZ | 36.36 | 71.79 | 13.86 | - |
| YUV | 159.21 | 60.15 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 39 | 0.93 | 0 | 0.85 | 0 | 125.55 | 1 | 0.53 |
| Hex | 11 | FF | 27 | 5D | 0 | 55 | 0 | 7E | 64 | 35 |
| Octal | 21 | 377 | 47 | 135 | 0 | 125 | 0 | 176 | 144 | 65 |
| Binary | 10001 | 11111111 | 100111 | 1011101 | 0 | 1010101 | 0 | 1111110 | 1100100 | 110101 |
Color Harmonies of #11FF27
Complementary color
Monochromatic Colors of #11FF27
Black with #11FF27
Text Example
Text Example
White with #11FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF27; }
p { color: rgb(17,255,39); }
H1.HeaderClassName
{
color: #11FF27;
}
.AnyTagClassName
{
color: #11FF27;
}
</style>
background-color css
<style>
a { background-color: #11FF27; }
a { background-color: rgb(17,255,39); }
div.DivClassName
{
background-color: #11FF27;
}
.BgClassName
{
background-color: #11FF27;
}
</style>
border-color css
<style>
span { border-color: #11FF27; }
span { border-color: rgb(17,255,39); }
td.TdClassName
{
border-color: #11FF27;
}
.TagClassName
{
border-color: #11FF27;
}
</style>