Shades of Free Speech Green #01E319
Tints of Free Speech Green #01E319
RGB
CMYK
RGB Variations
Color information
#01E319 (or 0x01E319) is known color: Free Speech Green. HEX triplet: 01, E3 and 19. RGB value is (1,227,25). Sum of RGB (Red+Green+Blue) = 1+227+25=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 227 (89.06% from 255 or 89.72% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 227 - color contains mainly: green. Hex color #01E319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E319 is #FE1CE6. Grayscale: #888888. Windows color (decimal): -16653543 or 1696513. OLE color: 1696513.
HSL color Cylindrical-coordinate representation of color #01E319: hue angle of 126.37º 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 #01E319 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 227 | 25 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.11 |
| HSL | 126.37º | 0.99% | 0.45% | - |
| HSV(B) | 126.37º | 1% | 0.89% | - |
| XYZ | 27.66 | 55.01 | 10.08 | - |
| YUV | 136.4 | 65.13 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 227 | 25 | 1.00 | 0 | 0.89 | 0.11 | 126.37 | 0.99 | 0.45 |
| Hex | 1 | E3 | 19 | 64 | 0 | 59 | B | 7E | 63 | 2D |
| Octal | 1 | 343 | 31 | 144 | 0 | 131 | 13 | 176 | 143 | 55 |
| Binary | 1 | 11100011 | 11001 | 1100100 | 0 | 1011001 | 1011 | 1111110 | 1100011 | 101101 |
Color Harmonies of #01E319
Complementary color
Monochromatic Colors of #01E319
Black with #01E319
Text Example
Text Example
White with #01E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E319; }
p { color: rgb(1,227,25); }
H1.HeaderClassName
{
color: #01E319;
}
.AnyTagClassName
{
color: #01E319;
}
</style>
background-color css
<style>
a { background-color: #01E319; }
a { background-color: rgb(1,227,25); }
div.DivClassName
{
background-color: #01E319;
}
.BgClassName
{
background-color: #01E319;
}
</style>
border-color css
<style>
span { border-color: #01E319; }
span { border-color: rgb(1,227,25); }
td.TdClassName
{
border-color: #01E319;
}
.TagClassName
{
border-color: #01E319;
}
</style>