Shades of Free Speech Green #0FFE21
Tints of Free Speech Green #0FFE21
RGB
CMYK
RGB Variations
Color information
#0FFE21 (or 0x0FFE21) is known color: Free Speech Green. HEX triplet: 0F, FE and 21. RGB value is (15,254,33). Sum of RGB (Red+Green+Blue) = 15+254+33=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 254 (99.61% from 255 or 84.11% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE21 is #F001DE. Grayscale: #9D9D9D. Windows color (decimal): -15729119 or 2227727. OLE color: 2227727.
HSL color Cylindrical-coordinate representation of color #0FFE21: hue angle of 124.52º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE21 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 33 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.00 |
| HSL | 124.52º | 0.99% | 0.53% | - |
| HSV(B) | 124.52º | 0.94% | 1% | - |
| XYZ | 35.91 | 71.09 | 13.27 | - |
| YUV | 157.35 | 57.82 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 33 | 0.94 | 0 | 0.87 | 0.00 | 124.52 | 0.99 | 0.53 |
| Hex | F | FE | 21 | 5E | 0 | 57 | 0 | 7D | 63 | 35 |
| Octal | 17 | 376 | 41 | 136 | 0 | 127 | 0 | 175 | 143 | 65 |
| Binary | 1111 | 11111110 | 100001 | 1011110 | 0 | 1010111 | 0 | 1111101 | 1100011 | 110101 |
Color Harmonies of #0FFE21
Complementary color
Monochromatic Colors of #0FFE21
Black with #0FFE21
Text Example
Text Example
White with #0FFE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE21; }
p { color: rgb(15,254,33); }
H1.HeaderClassName
{
color: #0FFE21;
}
.AnyTagClassName
{
color: #0FFE21;
}
</style>
background-color css
<style>
a { background-color: #0FFE21; }
a { background-color: rgb(15,254,33); }
div.DivClassName
{
background-color: #0FFE21;
}
.BgClassName
{
background-color: #0FFE21;
}
</style>
border-color css
<style>
span { border-color: #0FFE21; }
span { border-color: rgb(15,254,33); }
td.TdClassName
{
border-color: #0FFE21;
}
.TagClassName
{
border-color: #0FFE21;
}
</style>