Shades of Free Speech Green #00E21D
Tints of Free Speech Green #00E21D
RGB
CMYK
RGB Variations
Color information
#00E21D (or 0x00E21D) is known color: Free Speech Green. HEX triplet: 00, E2 and 1D. RGB value is (0,226,29). Sum of RGB (Red+Green+Blue) = 0+226+29=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 226 (88.67% from 255 or 88.63% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 226 - color contains mainly: green. Hex color #00E21D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E21D is #FF1DE2. Grayscale: #888888. Windows color (decimal): -16719331 or 1958400. OLE color: 1958400.
HSL color Cylindrical-coordinate representation of color #00E21D: hue angle of 127.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E21D is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 226 | 29 | - |
| CMYK | 1 | 0 | 0.87 | 0.11 |
| HSL | 127.7º | 1% | 0.44% | - |
| HSV(B) | 127.7º | 1% | 0.89% | - |
| XYZ | 27.42 | 54.48 | 10.23 | - |
| YUV | 135.97 | 67.63 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 226 | 29 | 1 | 0 | 0.87 | 0.11 | 127.7 | 1 | 0.44 |
| Hex | 0 | E2 | 1D | 64 | 0 | 57 | B | 80 | 64 | 2C |
| Octal | 0 | 342 | 35 | 144 | 0 | 127 | 13 | 200 | 144 | 54 |
| Binary | 0 | 11100010 | 11101 | 1100100 | 0 | 1010111 | 1011 | 10000000 | 1100100 | 101100 |
Color Harmonies of #00E21D
Complementary color
Monochromatic Colors of #00E21D
Black with #00E21D
Text Example
Text Example
White with #00E21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E21D; }
p { color: rgb(0,226,29); }
H1.HeaderClassName
{
color: #00E21D;
}
.AnyTagClassName
{
color: #00E21D;
}
</style>
background-color css
<style>
a { background-color: #00E21D; }
a { background-color: rgb(0,226,29); }
div.DivClassName
{
background-color: #00E21D;
}
.BgClassName
{
background-color: #00E21D;
}
</style>
border-color css
<style>
span { border-color: #00E21D; }
span { border-color: rgb(0,226,29); }
td.TdClassName
{
border-color: #00E21D;
}
.TagClassName
{
border-color: #00E21D;
}
</style>