Shades of Free Speech Green #01EF2D
Tints of Free Speech Green #01EF2D
RGB
CMYK
RGB Variations
Color information
#01EF2D (or 0x01EF2D) is known color: Free Speech Green. HEX triplet: 01, EF and 2D. RGB value is (1,239,45). Sum of RGB (Red+Green+Blue) = 1+239+45=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF2D is #FE10D2. Grayscale: #929292. Windows color (decimal): -16650451 or 3010305. OLE color: 3010305.
HSL color Cylindrical-coordinate representation of color #01EF2D: hue angle of 131.09º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF2D is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 45 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.06 |
| HSL | 131.09º | 0.99% | 0.47% | - |
| HSV(B) | 131.09º | 1% | 0.94% | - |
| XYZ | 31.35 | 61.93 | 12.78 | - |
| YUV | 145.72 | 71.15 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 45 | 1.00 | 0 | 0.81 | 0.06 | 131.09 | 0.99 | 0.47 |
| Hex | 1 | EF | 2D | 64 | 0 | 51 | 6 | 83 | 63 | 2F |
| Octal | 1 | 357 | 55 | 144 | 0 | 121 | 6 | 203 | 143 | 57 |
| Binary | 1 | 11101111 | 101101 | 1100100 | 0 | 1010001 | 110 | 10000011 | 1100011 | 101111 |
Color Harmonies of #01EF2D
Complementary color
Monochromatic Colors of #01EF2D
Black with #01EF2D
Text Example
Text Example
White with #01EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF2D; }
p { color: rgb(1,239,45); }
H1.HeaderClassName
{
color: #01EF2D;
}
.AnyTagClassName
{
color: #01EF2D;
}
</style>
background-color css
<style>
a { background-color: #01EF2D; }
a { background-color: rgb(1,239,45); }
div.DivClassName
{
background-color: #01EF2D;
}
.BgClassName
{
background-color: #01EF2D;
}
</style>
border-color css
<style>
span { border-color: #01EF2D; }
span { border-color: rgb(1,239,45); }
td.TdClassName
{
border-color: #01EF2D;
}
.TagClassName
{
border-color: #01EF2D;
}
</style>