Shades of Free Speech Green #00EA21
Tints of Free Speech Green #00EA21
RGB
CMYK
RGB Variations
Color information
#00EA21 (or 0x00EA21) is known color: Free Speech Green. HEX triplet: 00, EA and 21. RGB value is (0,234,33). Sum of RGB (Red+Green+Blue) = 0+234+33=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 234 (91.80% from 255 or 87.64% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA21 is #FF15DE. Grayscale: #8D8D8D. Windows color (decimal): -16717279 or 2222592. OLE color: 2222592.
HSL color Cylindrical-coordinate representation of color #00EA21: hue angle of 128.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EA21 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 33 | - |
| CMYK | 1 | 0 | 0.86 | 0.08 |
| HSL | 128.46º | 1% | 0.46% | - |
| HSV(B) | 128.46º | 1% | 0.92% | - |
| XYZ | 29.7 | 58.96 | 11.25 | - |
| YUV | 141.12 | 66.98 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 33 | 1 | 0 | 0.86 | 0.08 | 128.46 | 1 | 0.46 |
| Hex | 0 | EA | 21 | 64 | 0 | 56 | 8 | 80 | 64 | 2E |
| Octal | 0 | 352 | 41 | 144 | 0 | 126 | 10 | 200 | 144 | 56 |
| Binary | 0 | 11101010 | 100001 | 1100100 | 0 | 1010110 | 1000 | 10000000 | 1100100 | 101110 |
Color Harmonies of #00EA21
Complementary color
Monochromatic Colors of #00EA21
Black with #00EA21
Text Example
Text Example
White with #00EA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA21; }
p { color: rgb(0,234,33); }
H1.HeaderClassName
{
color: #00EA21;
}
.AnyTagClassName
{
color: #00EA21;
}
</style>
background-color css
<style>
a { background-color: #00EA21; }
a { background-color: rgb(0,234,33); }
div.DivClassName
{
background-color: #00EA21;
}
.BgClassName
{
background-color: #00EA21;
}
</style>
border-color css
<style>
span { border-color: #00EA21; }
span { border-color: rgb(0,234,33); }
td.TdClassName
{
border-color: #00EA21;
}
.TagClassName
{
border-color: #00EA21;
}
</style>