Shades of Free Speech Green #00E102
Tints of Free Speech Green #00E102
RGB
CMYK
RGB Variations
Color information
#00E102 (or 0x00E102) is known color: Free Speech Green. HEX triplet: 00, E1 and 02. RGB value is (0,225,2). Sum of RGB (Red+Green+Blue) = 0+225+2=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 225 (88.28% from 255 or 99.12% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 225 - color contains mainly: green. Hex color #00E102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E102 is #FF1EFD. Grayscale: #848484. Windows color (decimal): -16719614 or 188672. OLE color: 188672.
HSL color Cylindrical-coordinate representation of color #00E102: hue angle of 120.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E102 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.12 |
| HSL | 120.53º | 1% | 0.44% | - |
| HSV(B) | 120.53º | 1% | 0.88% | - |
| XYZ | 26.94 | 53.85 | 9.03 | - |
| YUV | 132.3 | 54.46 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 2 | 1 | 0 | 0.99 | 0.12 | 120.53 | 1 | 0.44 |
| Hex | 0 | E1 | 2 | 64 | 0 | 63 | C | 79 | 64 | 2C |
| Octal | 0 | 341 | 2 | 144 | 0 | 143 | 14 | 171 | 144 | 54 |
| Binary | 0 | 11100001 | 10 | 1100100 | 0 | 1100011 | 1100 | 1111001 | 1100100 | 101100 |
Color Harmonies of #00E102
Complementary color
Monochromatic Colors of #00E102
Black with #00E102
Text Example
Text Example
White with #00E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E102; }
p { color: rgb(0,225,2); }
H1.HeaderClassName
{
color: #00E102;
}
.AnyTagClassName
{
color: #00E102;
}
</style>
background-color css
<style>
a { background-color: #00E102; }
a { background-color: rgb(0,225,2); }
div.DivClassName
{
background-color: #00E102;
}
.BgClassName
{
background-color: #00E102;
}
</style>
border-color css
<style>
span { border-color: #00E102; }
span { border-color: rgb(0,225,2); }
td.TdClassName
{
border-color: #00E102;
}
.TagClassName
{
border-color: #00E102;
}
</style>