Shades of Free Speech Green #00F11D
Tints of Free Speech Green #00F11D
RGB
CMYK
RGB Variations
Color information
#00F11D (or 0x00F11D) is known color: Free Speech Green. HEX triplet: 00, F1 and 1D. RGB value is (0,241,29). Sum of RGB (Red+Green+Blue) = 0+241+29=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 241 (94.53% from 255 or 89.26% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 241 - color contains mainly: green. Hex color #00F11D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F11D is #FF0EE2. Grayscale: #919191. Windows color (decimal): -16715491 or 1962240. OLE color: 1962240.
HSL color Cylindrical-coordinate representation of color #00F11D: hue angle of 127.22º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F11D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 241 | 29 | - |
| CMYK | 1 | 0 | 0.88 | 0.05 |
| HSL | 127.22º | 1% | 0.47% | - |
| HSV(B) | 127.22º | 1% | 0.95% | - |
| XYZ | 31.68 | 63 | 11.65 | - |
| YUV | 144.77 | 62.66 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 241 | 29 | 1 | 0 | 0.88 | 0.05 | 127.22 | 1 | 0.47 |
| Hex | 0 | F1 | 1D | 64 | 0 | 58 | 5 | 7F | 64 | 2F |
| Octal | 0 | 361 | 35 | 144 | 0 | 130 | 5 | 177 | 144 | 57 |
| Binary | 0 | 11110001 | 11101 | 1100100 | 0 | 1011000 | 101 | 1111111 | 1100100 | 101111 |
Color Harmonies of #00F11D
Complementary color
Monochromatic Colors of #00F11D
Black with #00F11D
Text Example
Text Example
White with #00F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F11D; }
p { color: rgb(0,241,29); }
H1.HeaderClassName
{
color: #00F11D;
}
.AnyTagClassName
{
color: #00F11D;
}
</style>
background-color css
<style>
a { background-color: #00F11D; }
a { background-color: rgb(0,241,29); }
div.DivClassName
{
background-color: #00F11D;
}
.BgClassName
{
background-color: #00F11D;
}
</style>
border-color css
<style>
span { border-color: #00F11D; }
span { border-color: rgb(0,241,29); }
td.TdClassName
{
border-color: #00F11D;
}
.TagClassName
{
border-color: #00F11D;
}
</style>