Shades of Free Speech Green #0FF22B
Tints of Free Speech Green #0FF22B
RGB
CMYK
RGB Variations
Color information
#0FF22B (or 0x0FF22B) is known color: Free Speech Green. HEX triplet: 0F, F2 and 2B. RGB value is (15,242,43). Sum of RGB (Red+Green+Blue) = 15+242+43=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 242 (94.92% from 255 or 80.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF22B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF22B is #F00DD4. Grayscale: #989898. Windows color (decimal): -15732181 or 2880015. OLE color: 2880015.
HSL color Cylindrical-coordinate representation of color #0FF22B: hue angle of 127.4º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF22B is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 43 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.05 |
| HSL | 127.4º | 0.9% | 0.5% | - |
| HSV(B) | 127.4º | 0.94% | 0.95% | - |
| XYZ | 32.39 | 63.78 | 12.89 | - |
| YUV | 151.44 | 66.79 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 43 | 0.94 | 0 | 0.82 | 0.05 | 127.4 | 0.9 | 0.5 |
| Hex | F | F2 | 2B | 5E | 0 | 52 | 5 | 7F | 5A | 32 |
| Octal | 17 | 362 | 53 | 136 | 0 | 122 | 5 | 177 | 132 | 62 |
| Binary | 1111 | 11110010 | 101011 | 1011110 | 0 | 1010010 | 101 | 1111111 | 1011010 | 110010 |
Color Harmonies of #0FF22B
Complementary color
Monochromatic Colors of #0FF22B
Black with #0FF22B
Text Example
Text Example
White with #0FF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF22B; }
p { color: rgb(15,242,43); }
H1.HeaderClassName
{
color: #0FF22B;
}
.AnyTagClassName
{
color: #0FF22B;
}
</style>
background-color css
<style>
a { background-color: #0FF22B; }
a { background-color: rgb(15,242,43); }
div.DivClassName
{
background-color: #0FF22B;
}
.BgClassName
{
background-color: #0FF22B;
}
</style>
border-color css
<style>
span { border-color: #0FF22B; }
span { border-color: rgb(15,242,43); }
td.TdClassName
{
border-color: #0FF22B;
}
.TagClassName
{
border-color: #0FF22B;
}
</style>