Shades of Free Speech Green #00EA24
Tints of Free Speech Green #00EA24
RGB
CMYK
RGB Variations
Color information
#00EA24 (or 0x00EA24) is known color: Free Speech Green. HEX triplet: 00, EA and 24. RGB value is (0,234,36). Sum of RGB (Red+Green+Blue) = 0+234+36=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 234 (91.80% from 255 or 86.67% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA24 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA24 is #FF15DB. Grayscale: #8E8E8E. Windows color (decimal): -16717276 or 2419200. OLE color: 2419200.
HSL color Cylindrical-coordinate representation of color #00EA24: hue angle of 129.23º 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 #00EA24 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 36 | - |
| CMYK | 1 | 0 | 0.85 | 0.08 |
| HSL | 129.23º | 1% | 0.46% | - |
| HSV(B) | 129.23º | 1% | 0.92% | - |
| XYZ | 29.74 | 58.97 | 11.48 | - |
| YUV | 141.46 | 68.48 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 36 | 1 | 0 | 0.85 | 0.08 | 129.23 | 1 | 0.46 |
| Hex | 0 | EA | 24 | 64 | 0 | 55 | 8 | 81 | 64 | 2E |
| Octal | 0 | 352 | 44 | 144 | 0 | 125 | 10 | 201 | 144 | 56 |
| Binary | 0 | 11101010 | 100100 | 1100100 | 0 | 1010101 | 1000 | 10000001 | 1100100 | 101110 |
Color Harmonies of #00EA24
Complementary color
Monochromatic Colors of #00EA24
Black with #00EA24
Text Example
Text Example
White with #00EA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA24; }
p { color: rgb(0,234,36); }
H1.HeaderClassName
{
color: #00EA24;
}
.AnyTagClassName
{
color: #00EA24;
}
</style>
background-color css
<style>
a { background-color: #00EA24; }
a { background-color: rgb(0,234,36); }
div.DivClassName
{
background-color: #00EA24;
}
.BgClassName
{
background-color: #00EA24;
}
</style>
border-color css
<style>
span { border-color: #00EA24; }
span { border-color: rgb(0,234,36); }
td.TdClassName
{
border-color: #00EA24;
}
.TagClassName
{
border-color: #00EA24;
}
</style>