Shades of Free Speech Green #01E62A
Tints of Free Speech Green #01E62A
RGB
CMYK
RGB Variations
Color information
#01E62A (or 0x01E62A) is known color: Free Speech Green. HEX triplet: 01, E6 and 2A. RGB value is (1,230,42). Sum of RGB (Red+Green+Blue) = 1+230+42=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 230 (90.23% from 255 or 84.25% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 230 - color contains mainly: green. Hex color #01E62A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E62A is #FE19D5. Grayscale: #8C8C8C. Windows color (decimal): -16652758 or 2811393. OLE color: 2811393.
HSL color Cylindrical-coordinate representation of color #01E62A: hue angle of 130.74º 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 #01E62A is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 42 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.10 |
| HSL | 130.74º | 0.99% | 0.45% | - |
| HSV(B) | 130.74º | 1% | 0.9% | - |
| XYZ | 28.73 | 56.77 | 11.63 | - |
| YUV | 140.1 | 72.63 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 42 | 1.00 | 0 | 0.82 | 0.10 | 130.74 | 0.99 | 0.45 |
| Hex | 1 | E6 | 2A | 64 | 0 | 52 | A | 83 | 63 | 2D |
| Octal | 1 | 346 | 52 | 144 | 0 | 122 | 12 | 203 | 143 | 55 |
| Binary | 1 | 11100110 | 101010 | 1100100 | 0 | 1010010 | 1010 | 10000011 | 1100011 | 101101 |
Color Harmonies of #01E62A
Complementary color
Monochromatic Colors of #01E62A
Black with #01E62A
Text Example
Text Example
White with #01E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E62A; }
p { color: rgb(1,230,42); }
H1.HeaderClassName
{
color: #01E62A;
}
.AnyTagClassName
{
color: #01E62A;
}
</style>
background-color css
<style>
a { background-color: #01E62A; }
a { background-color: rgb(1,230,42); }
div.DivClassName
{
background-color: #01E62A;
}
.BgClassName
{
background-color: #01E62A;
}
</style>
border-color css
<style>
span { border-color: #01E62A; }
span { border-color: rgb(1,230,42); }
td.TdClassName
{
border-color: #01E62A;
}
.TagClassName
{
border-color: #01E62A;
}
</style>