Shades of Free Speech Green #00FD2A
Tints of Free Speech Green #00FD2A
RGB
CMYK
RGB Variations
Color information
#00FD2A (or 0x00FD2A) is known color: Free Speech Green. HEX triplet: 00, FD and 2A. RGB value is (0,253,42). Sum of RGB (Red+Green+Blue) = 0+253+42=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 253 (99.22% from 255 or 85.76% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FD2A is #FF02D5. Grayscale: #999999. Windows color (decimal): -16712406 or 2817280. OLE color: 2817280.
HSL color Cylindrical-coordinate representation of color #00FD2A: hue angle of 129.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD2A is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 42 | - |
| CMYK | 1 | 0 | 0.83 | 0.01 |
| HSL | 129.96º | 1% | 0.5% | - |
| HSV(B) | 129.96º | 1% | 0.99% | - |
| XYZ | 35.54 | 70.42 | 13.91 | - |
| YUV | 153.3 | 65.18 | 18.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 42 | 1 | 0 | 0.83 | 0.01 | 129.96 | 1 | 0.5 |
| Hex | 0 | FD | 2A | 64 | 0 | 53 | 1 | 82 | 64 | 32 |
| Octal | 0 | 375 | 52 | 144 | 0 | 123 | 1 | 202 | 144 | 62 |
| Binary | 0 | 11111101 | 101010 | 1100100 | 0 | 1010011 | 1 | 10000010 | 1100100 | 110010 |
Color Harmonies of #00FD2A
Complementary color
Monochromatic Colors of #00FD2A
Black with #00FD2A
Text Example
Text Example
White with #00FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FD2A; }
p { color: rgb(0,253,42); }
H1.HeaderClassName
{
color: #00FD2A;
}
.AnyTagClassName
{
color: #00FD2A;
}
</style>
background-color css
<style>
a { background-color: #00FD2A; }
a { background-color: rgb(0,253,42); }
div.DivClassName
{
background-color: #00FD2A;
}
.BgClassName
{
background-color: #00FD2A;
}
</style>
border-color css
<style>
span { border-color: #00FD2A; }
span { border-color: rgb(0,253,42); }
td.TdClassName
{
border-color: #00FD2A;
}
.TagClassName
{
border-color: #00FD2A;
}
</style>