Shades of Free Speech Green #00EA2D
Tints of Free Speech Green #00EA2D
RGB
CMYK
RGB Variations
Color information
#00EA2D (or 0x00EA2D) is known color: Free Speech Green. HEX triplet: 00, EA and 2D. RGB value is (0,234,45). Sum of RGB (Red+Green+Blue) = 0+234+45=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 234 (91.80% from 255 or 83.87% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA2D is #FF15D2. Grayscale: #8F8F8F. Windows color (decimal): -16717267 or 3009024. OLE color: 3009024.
HSL color Cylindrical-coordinate representation of color #00EA2D: hue angle of 131.54º 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 #00EA2D is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 45 | - |
| CMYK | 1 | 0 | 0.81 | 0.08 |
| HSL | 131.54º | 1% | 0.46% | - |
| HSV(B) | 131.54º | 1% | 0.92% | - |
| XYZ | 29.9 | 59.04 | 12.3 | - |
| YUV | 142.49 | 72.98 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 45 | 1 | 0 | 0.81 | 0.08 | 131.54 | 1 | 0.46 |
| Hex | 0 | EA | 2D | 64 | 0 | 51 | 8 | 84 | 64 | 2E |
| Octal | 0 | 352 | 55 | 144 | 0 | 121 | 10 | 204 | 144 | 56 |
| Binary | 0 | 11101010 | 101101 | 1100100 | 0 | 1010001 | 1000 | 10000100 | 1100100 | 101110 |
Color Harmonies of #00EA2D
Complementary color
Monochromatic Colors of #00EA2D
Black with #00EA2D
Text Example
Text Example
White with #00EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA2D; }
p { color: rgb(0,234,45); }
H1.HeaderClassName
{
color: #00EA2D;
}
.AnyTagClassName
{
color: #00EA2D;
}
</style>
background-color css
<style>
a { background-color: #00EA2D; }
a { background-color: rgb(0,234,45); }
div.DivClassName
{
background-color: #00EA2D;
}
.BgClassName
{
background-color: #00EA2D;
}
</style>
border-color css
<style>
span { border-color: #00EA2D; }
span { border-color: rgb(0,234,45); }
td.TdClassName
{
border-color: #00EA2D;
}
.TagClassName
{
border-color: #00EA2D;
}
</style>