Shades of Free Speech Green #01ED2A
Tints of Free Speech Green #01ED2A
RGB
CMYK
RGB Variations
Color information
#01ED2A (or 0x01ED2A) is known color: Free Speech Green. HEX triplet: 01, ED and 2A. RGB value is (1,237,42). Sum of RGB (Red+Green+Blue) = 1+237+42=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 237 (92.97% from 255 or 84.64% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01ED2A is #FE12D5. Grayscale: #909090. Windows color (decimal): -16650966 or 2813185. OLE color: 2813185.
HSL color Cylindrical-coordinate representation of color #01ED2A: hue angle of 130.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED2A is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 237 | 42 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.07 |
| HSL | 130.42º | 0.99% | 0.47% | - |
| HSV(B) | 130.42º | 1% | 0.93% | - |
| XYZ | 30.71 | 60.74 | 12.3 | - |
| YUV | 144.21 | 70.31 | 25.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 42 | 1.00 | 0 | 0.82 | 0.07 | 130.42 | 0.99 | 0.47 |
| Hex | 1 | ED | 2A | 64 | 0 | 52 | 7 | 82 | 63 | 2F |
| Octal | 1 | 355 | 52 | 144 | 0 | 122 | 7 | 202 | 143 | 57 |
| Binary | 1 | 11101101 | 101010 | 1100100 | 0 | 1010010 | 111 | 10000010 | 1100011 | 101111 |
Color Harmonies of #01ED2A
Complementary color
Monochromatic Colors of #01ED2A
Black with #01ED2A
Text Example
Text Example
White with #01ED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ED2A; }
p { color: rgb(1,237,42); }
H1.HeaderClassName
{
color: #01ED2A;
}
.AnyTagClassName
{
color: #01ED2A;
}
</style>
background-color css
<style>
a { background-color: #01ED2A; }
a { background-color: rgb(1,237,42); }
div.DivClassName
{
background-color: #01ED2A;
}
.BgClassName
{
background-color: #01ED2A;
}
</style>
border-color css
<style>
span { border-color: #01ED2A; }
span { border-color: rgb(1,237,42); }
td.TdClassName
{
border-color: #01ED2A;
}
.TagClassName
{
border-color: #01ED2A;
}
</style>