Shades of Free Speech Green #00F21B
Tints of Free Speech Green #00F21B
RGB
CMYK
RGB Variations
Color information
#00F21B (or 0x00F21B) is known color: Free Speech Green. HEX triplet: 00, F2 and 1B. RGB value is (0,242,27). Sum of RGB (Red+Green+Blue) = 0+242+27=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 242 (94.92% from 255 or 89.96% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 242 - color contains mainly: green. Hex color #00F21B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F21B is #FF0DE4. Grayscale: #919191. Windows color (decimal): -16715237 or 1831424. OLE color: 1831424.
HSL color Cylindrical-coordinate representation of color #00F21B: hue angle of 126.69º 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 #00F21B is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 27 | - |
| CMYK | 1 | 0 | 0.89 | 0.05 |
| HSL | 126.69º | 1% | 0.47% | - |
| HSV(B) | 126.69º | 1% | 0.95% | - |
| XYZ | 31.95 | 63.58 | 11.63 | - |
| YUV | 145.13 | 61.33 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 27 | 1 | 0 | 0.89 | 0.05 | 126.69 | 1 | 0.47 |
| Hex | 0 | F2 | 1B | 64 | 0 | 59 | 5 | 7F | 64 | 2F |
| Octal | 0 | 362 | 33 | 144 | 0 | 131 | 5 | 177 | 144 | 57 |
| Binary | 0 | 11110010 | 11011 | 1100100 | 0 | 1011001 | 101 | 1111111 | 1100100 | 101111 |
Color Harmonies of #00F21B
Complementary color
Monochromatic Colors of #00F21B
Black with #00F21B
Text Example
Text Example
White with #00F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F21B; }
p { color: rgb(0,242,27); }
H1.HeaderClassName
{
color: #00F21B;
}
.AnyTagClassName
{
color: #00F21B;
}
</style>
background-color css
<style>
a { background-color: #00F21B; }
a { background-color: rgb(0,242,27); }
div.DivClassName
{
background-color: #00F21B;
}
.BgClassName
{
background-color: #00F21B;
}
</style>
border-color css
<style>
span { border-color: #00F21B; }
span { border-color: rgb(0,242,27); }
td.TdClassName
{
border-color: #00F21B;
}
.TagClassName
{
border-color: #00F21B;
}
</style>