Shades of Free Speech Green #00E10B
Tints of Free Speech Green #00E10B
RGB
CMYK
RGB Variations
Color information
#00E10B (or 0x00E10B) is known color: Free Speech Green. HEX triplet: 00, E1 and 0B. RGB value is (0,225,11). Sum of RGB (Red+Green+Blue) = 0+225+11=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 225 (88.28% from 255 or 95.34% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 225 - color contains mainly: green. Hex color #00E10B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E10B is #FF1EF4. Grayscale: #858585. Windows color (decimal): -16719605 or 778496. OLE color: 778496.
HSL color Cylindrical-coordinate representation of color #00E10B: hue angle of 122.93º 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 #00E10B is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 11 | - |
| CMYK | 1 | 0 | 0.95 | 0.12 |
| HSL | 122.93º | 1% | 0.44% | - |
| HSV(B) | 122.93º | 1% | 0.88% | - |
| XYZ | 26.99 | 53.87 | 9.29 | - |
| YUV | 133.33 | 58.96 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 11 | 1 | 0 | 0.95 | 0.12 | 122.93 | 1 | 0.44 |
| Hex | 0 | E1 | B | 64 | 0 | 5F | C | 7B | 64 | 2C |
| Octal | 0 | 341 | 13 | 144 | 0 | 137 | 14 | 173 | 144 | 54 |
| Binary | 0 | 11100001 | 1011 | 1100100 | 0 | 1011111 | 1100 | 1111011 | 1100100 | 101100 |
Color Harmonies of #00E10B
Complementary color
Monochromatic Colors of #00E10B
Black with #00E10B
Text Example
Text Example
White with #00E10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E10B; }
p { color: rgb(0,225,11); }
H1.HeaderClassName
{
color: #00E10B;
}
.AnyTagClassName
{
color: #00E10B;
}
</style>
background-color css
<style>
a { background-color: #00E10B; }
a { background-color: rgb(0,225,11); }
div.DivClassName
{
background-color: #00E10B;
}
.BgClassName
{
background-color: #00E10B;
}
</style>
border-color css
<style>
span { border-color: #00E10B; }
span { border-color: rgb(0,225,11); }
td.TdClassName
{
border-color: #00E10B;
}
.TagClassName
{
border-color: #00E10B;
}
</style>