Shades of Free Speech Green #00EA2F
Tints of Free Speech Green #00EA2F
RGB
CMYK
RGB Variations
Color information
#00EA2F (or 0x00EA2F) is known color: Free Speech Green. HEX triplet: 00, EA and 2F. RGB value is (0,234,47). Sum of RGB (Red+Green+Blue) = 0+234+47=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 234 (91.80% from 255 or 83.27% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA2F is #FF15D0. Grayscale: #8F8F8F. Windows color (decimal): -16717265 or 3140096. OLE color: 3140096.
HSL color Cylindrical-coordinate representation of color #00EA2F: hue angle of 132.05º 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 #00EA2F is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 47 | - |
| CMYK | 1 | 0 | 0.80 | 0.08 |
| HSL | 132.05º | 1% | 0.46% | - |
| HSV(B) | 132.05º | 1% | 0.92% | - |
| XYZ | 29.94 | 59.05 | 12.51 | - |
| YUV | 142.72 | 73.98 | 26.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 47 | 1 | 0 | 0.80 | 0.08 | 132.05 | 1 | 0.46 |
| Hex | 0 | EA | 2F | 64 | 0 | 50 | 8 | 84 | 64 | 2E |
| Octal | 0 | 352 | 57 | 144 | 0 | 120 | 10 | 204 | 144 | 56 |
| Binary | 0 | 11101010 | 101111 | 1100100 | 0 | 1010000 | 1000 | 10000100 | 1100100 | 101110 |
Color Harmonies of #00EA2F
Complementary color
Monochromatic Colors of #00EA2F
Black with #00EA2F
Text Example
Text Example
White with #00EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA2F; }
p { color: rgb(0,234,47); }
H1.HeaderClassName
{
color: #00EA2F;
}
.AnyTagClassName
{
color: #00EA2F;
}
</style>
background-color css
<style>
a { background-color: #00EA2F; }
a { background-color: rgb(0,234,47); }
div.DivClassName
{
background-color: #00EA2F;
}
.BgClassName
{
background-color: #00EA2F;
}
</style>
border-color css
<style>
span { border-color: #00EA2F; }
span { border-color: rgb(0,234,47); }
td.TdClassName
{
border-color: #00EA2F;
}
.TagClassName
{
border-color: #00EA2F;
}
</style>