Shades of Free Speech Green #01EE2C
Tints of Free Speech Green #01EE2C
RGB
CMYK
RGB Variations
Color information
#01EE2C (or 0x01EE2C) is known color: Free Speech Green. HEX triplet: 01, EE and 2C. RGB value is (1,238,44). Sum of RGB (Red+Green+Blue) = 1+238+44=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EE2C is #FE11D3. Grayscale: #919191. Windows color (decimal): -16650708 or 2944513. OLE color: 2944513.
HSL color Cylindrical-coordinate representation of color #01EE2C: hue angle of 130.89º 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 #01EE2C is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 44 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.07 |
| HSL | 130.89º | 0.99% | 0.47% | - |
| HSV(B) | 130.89º | 1% | 0.93% | - |
| XYZ | 31.04 | 61.34 | 12.59 | - |
| YUV | 145.02 | 70.98 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 44 | 1.00 | 0 | 0.82 | 0.07 | 130.89 | 0.99 | 0.47 |
| Hex | 1 | EE | 2C | 64 | 0 | 52 | 7 | 83 | 63 | 2F |
| Octal | 1 | 356 | 54 | 144 | 0 | 122 | 7 | 203 | 143 | 57 |
| Binary | 1 | 11101110 | 101100 | 1100100 | 0 | 1010010 | 111 | 10000011 | 1100011 | 101111 |
Color Harmonies of #01EE2C
Complementary color
Monochromatic Colors of #01EE2C
Black with #01EE2C
Text Example
Text Example
White with #01EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EE2C; }
p { color: rgb(1,238,44); }
H1.HeaderClassName
{
color: #01EE2C;
}
.AnyTagClassName
{
color: #01EE2C;
}
</style>
background-color css
<style>
a { background-color: #01EE2C; }
a { background-color: rgb(1,238,44); }
div.DivClassName
{
background-color: #01EE2C;
}
.BgClassName
{
background-color: #01EE2C;
}
</style>
border-color css
<style>
span { border-color: #01EE2C; }
span { border-color: rgb(1,238,44); }
td.TdClassName
{
border-color: #01EE2C;
}
.TagClassName
{
border-color: #01EE2C;
}
</style>