Shades of Free Speech Green #01E628
Tints of Free Speech Green #01E628
RGB
CMYK
RGB Variations
Color information
#01E628 (or 0x01E628) is known color: Free Speech Green. HEX triplet: 01, E6 and 28. RGB value is (1,230,40). Sum of RGB (Red+Green+Blue) = 1+230+40=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 230 (90.23% from 255 or 84.87% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 230 - color contains mainly: green. Hex color #01E628 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E628 is #FE19D7. Grayscale: #8C8C8C. Windows color (decimal): -16652760 or 2680321. OLE color: 2680321.
HSL color Cylindrical-coordinate representation of color #01E628: hue angle of 130.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E628 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 40 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.10 |
| HSL | 130.22º | 0.99% | 0.45% | - |
| HSV(B) | 130.22º | 1% | 0.9% | - |
| XYZ | 28.69 | 56.75 | 11.45 | - |
| YUV | 139.87 | 71.63 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 40 | 1.00 | 0 | 0.83 | 0.10 | 130.22 | 0.99 | 0.45 |
| Hex | 1 | E6 | 28 | 64 | 0 | 53 | A | 82 | 63 | 2D |
| Octal | 1 | 346 | 50 | 144 | 0 | 123 | 12 | 202 | 143 | 55 |
| Binary | 1 | 11100110 | 101000 | 1100100 | 0 | 1010011 | 1010 | 10000010 | 1100011 | 101101 |
Color Harmonies of #01E628
Complementary color
Monochromatic Colors of #01E628
Black with #01E628
Text Example
Text Example
White with #01E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E628; }
p { color: rgb(1,230,40); }
H1.HeaderClassName
{
color: #01E628;
}
.AnyTagClassName
{
color: #01E628;
}
</style>
background-color css
<style>
a { background-color: #01E628; }
a { background-color: rgb(1,230,40); }
div.DivClassName
{
background-color: #01E628;
}
.BgClassName
{
background-color: #01E628;
}
</style>
border-color css
<style>
span { border-color: #01E628; }
span { border-color: rgb(1,230,40); }
td.TdClassName
{
border-color: #01E628;
}
.TagClassName
{
border-color: #01E628;
}
</style>