Shades of Free Speech Green #00FE2A
Tints of Free Speech Green #00FE2A
RGB
CMYK
RGB Variations
Color information
#00FE2A (or 0x00FE2A) is known color: Free Speech Green. HEX triplet: 00, FE and 2A. RGB value is (0,254,42). Sum of RGB (Red+Green+Blue) = 0+254+42=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FE2A is #FF01D5. Grayscale: #9A9A9A. Windows color (decimal): -16712150 or 2817536. OLE color: 2817536.
HSL color Cylindrical-coordinate representation of color #00FE2A: hue angle of 129.92º 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 #00FE2A is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 42 | - |
| CMYK | 1 | 0 | 0.83 | 0.00 |
| HSL | 129.92º | 1% | 0.5% | - |
| HSV(B) | 129.92º | 1% | 1% | - |
| XYZ | 35.86 | 71.05 | 14.01 | - |
| YUV | 153.89 | 64.85 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 42 | 1 | 0 | 0.83 | 0.00 | 129.92 | 1 | 0.5 |
| Hex | 0 | FE | 2A | 64 | 0 | 53 | 0 | 82 | 64 | 32 |
| Octal | 0 | 376 | 52 | 144 | 0 | 123 | 0 | 202 | 144 | 62 |
| Binary | 0 | 11111110 | 101010 | 1100100 | 0 | 1010011 | 0 | 10000010 | 1100100 | 110010 |
Color Harmonies of #00FE2A
Complementary color
Monochromatic Colors of #00FE2A
Black with #00FE2A
Text Example
Text Example
White with #00FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FE2A; }
p { color: rgb(0,254,42); }
H1.HeaderClassName
{
color: #00FE2A;
}
.AnyTagClassName
{
color: #00FE2A;
}
</style>
background-color css
<style>
a { background-color: #00FE2A; }
a { background-color: rgb(0,254,42); }
div.DivClassName
{
background-color: #00FE2A;
}
.BgClassName
{
background-color: #00FE2A;
}
</style>
border-color css
<style>
span { border-color: #00FE2A; }
span { border-color: rgb(0,254,42); }
td.TdClassName
{
border-color: #00FE2A;
}
.TagClassName
{
border-color: #00FE2A;
}
</style>