Shades of Free Speech Green #00E203
Tints of Free Speech Green #00E203
RGB
CMYK
RGB Variations
Color information
#00E203 (or 0x00E203) is known color: Free Speech Green. HEX triplet: 00, E2 and 03. RGB value is (0,226,3). Sum of RGB (Red+Green+Blue) = 0+226+3=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 226 (88.67% from 255 or 98.69% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 226 - color contains mainly: green. Hex color #00E203 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E203 is #FF1DFC. Grayscale: #858585. Windows color (decimal): -16719357 or 254464. OLE color: 254464.
HSL color Cylindrical-coordinate representation of color #00E203: hue angle of 120.8º 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 #00E203 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 226 | 3 | - |
| CMYK | 1 | 0 | 0.99 | 0.11 |
| HSL | 120.8º | 1% | 0.44% | - |
| HSV(B) | 120.8º | 1% | 0.89% | - |
| XYZ | 27.21 | 54.4 | 9.15 | - |
| YUV | 133 | 54.63 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 226 | 3 | 1 | 0 | 0.99 | 0.11 | 120.8 | 1 | 0.44 |
| Hex | 0 | E2 | 3 | 64 | 0 | 63 | B | 79 | 64 | 2C |
| Octal | 0 | 342 | 3 | 144 | 0 | 143 | 13 | 171 | 144 | 54 |
| Binary | 0 | 11100010 | 11 | 1100100 | 0 | 1100011 | 1011 | 1111001 | 1100100 | 101100 |
Color Harmonies of #00E203
Complementary color
Monochromatic Colors of #00E203
Black with #00E203
Text Example
Text Example
White with #00E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E203; }
p { color: rgb(0,226,3); }
H1.HeaderClassName
{
color: #00E203;
}
.AnyTagClassName
{
color: #00E203;
}
</style>
background-color css
<style>
a { background-color: #00E203; }
a { background-color: rgb(0,226,3); }
div.DivClassName
{
background-color: #00E203;
}
.BgClassName
{
background-color: #00E203;
}
</style>
border-color css
<style>
span { border-color: #00E203; }
span { border-color: rgb(0,226,3); }
td.TdClassName
{
border-color: #00E203;
}
.TagClassName
{
border-color: #00E203;
}
</style>