Shades of Free Speech Green #01E40B
Tints of Free Speech Green #01E40B
RGB
CMYK
RGB Variations
Color information
#01E40B (or 0x01E40B) is known color: Free Speech Green. HEX triplet: 01, E4 and 0B. RGB value is (1,228,11). Sum of RGB (Red+Green+Blue) = 1+228+11=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 228 (89.45% from 255 or 95% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 228 - color contains mainly: green. Hex color #01E40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E40B is #FE1BF4. Grayscale: #888888. Windows color (decimal): -16653301 or 779265. OLE color: 779265.
HSL color Cylindrical-coordinate representation of color #01E40B: hue angle of 122.64º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E40B is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 11 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.11 |
| HSL | 122.64º | 0.99% | 0.45% | - |
| HSV(B) | 122.64º | 1% | 0.89% | - |
| XYZ | 27.82 | 55.52 | 9.57 | - |
| YUV | 135.39 | 57.79 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 11 | 1.00 | 0 | 0.95 | 0.11 | 122.64 | 0.99 | 0.45 |
| Hex | 1 | E4 | B | 64 | 0 | 5F | B | 7B | 63 | 2D |
| Octal | 1 | 344 | 13 | 144 | 0 | 137 | 13 | 173 | 143 | 55 |
| Binary | 1 | 11100100 | 1011 | 1100100 | 0 | 1011111 | 1011 | 1111011 | 1100011 | 101101 |
Color Harmonies of #01E40B
Complementary color
Monochromatic Colors of #01E40B
Black with #01E40B
Text Example
Text Example
White with #01E40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E40B; }
p { color: rgb(1,228,11); }
H1.HeaderClassName
{
color: #01E40B;
}
.AnyTagClassName
{
color: #01E40B;
}
</style>
background-color css
<style>
a { background-color: #01E40B; }
a { background-color: rgb(1,228,11); }
div.DivClassName
{
background-color: #01E40B;
}
.BgClassName
{
background-color: #01E40B;
}
</style>
border-color css
<style>
span { border-color: #01E40B; }
span { border-color: rgb(1,228,11); }
td.TdClassName
{
border-color: #01E40B;
}
.TagClassName
{
border-color: #01E40B;
}
</style>