Shades of Free Speech Green #00FE36
Tints of Free Speech Green #00FE36
RGB
CMYK
RGB Variations
Color information
#00FE36 (or 0x00FE36) is known color: Free Speech Green. HEX triplet: 00, FE and 36. RGB value is (0,254,54). Sum of RGB (Red+Green+Blue) = 0+254+54=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FE36 is #FF01C9. Grayscale: #9B9B9B. Windows color (decimal): -16712138 or 3603968. OLE color: 3603968.
HSL color Cylindrical-coordinate representation of color #00FE36: hue angle of 132.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE36 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 54 | - |
| CMYK | 1 | 0 | 0.79 | 0.00 |
| HSL | 132.76º | 1% | 0.5% | - |
| HSV(B) | 132.76º | 1% | 1% | - |
| XYZ | 36.11 | 71.15 | 15.32 | - |
| YUV | 155.25 | 70.85 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 54 | 1 | 0 | 0.79 | 0.00 | 132.76 | 1 | 0.5 |
| Hex | 0 | FE | 36 | 64 | 0 | 4F | 0 | 85 | 64 | 32 |
| Octal | 0 | 376 | 66 | 144 | 0 | 117 | 0 | 205 | 144 | 62 |
| Binary | 0 | 11111110 | 110110 | 1100100 | 0 | 1001111 | 0 | 10000101 | 1100100 | 110010 |
Color Harmonies of #00FE36
Complementary color
Monochromatic Colors of #00FE36
Black with #00FE36
Text Example
Text Example
White with #00FE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FE36; }
p { color: rgb(0,254,54); }
H1.HeaderClassName
{
color: #00FE36;
}
.AnyTagClassName
{
color: #00FE36;
}
</style>
background-color css
<style>
a { background-color: #00FE36; }
a { background-color: rgb(0,254,54); }
div.DivClassName
{
background-color: #00FE36;
}
.BgClassName
{
background-color: #00FE36;
}
</style>
border-color css
<style>
span { border-color: #00FE36; }
span { border-color: rgb(0,254,54); }
td.TdClassName
{
border-color: #00FE36;
}
.TagClassName
{
border-color: #00FE36;
}
</style>