Shades of Free Speech Green #00EE2E
Tints of Free Speech Green #00EE2E
RGB
CMYK
RGB Variations
Color information
#00EE2E (or 0x00EE2E) is known color: Free Speech Green. HEX triplet: 00, EE and 2E. RGB value is (0,238,46). Sum of RGB (Red+Green+Blue) = 0+238+46=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 238 (93.36% from 255 or 83.80% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 238 - color contains mainly: green. Hex color #00EE2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EE2E is #FF11D1. Grayscale: #919191. Windows color (decimal): -16716242 or 3075584. OLE color: 3075584.
HSL color Cylindrical-coordinate representation of color #00EE2E: hue angle of 131.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EE2E is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 238 | 46 | - |
| CMYK | 1 | 0 | 0.81 | 0.07 |
| HSL | 131.6º | 1% | 0.47% | - |
| HSV(B) | 131.6º | 1% | 0.93% | - |
| XYZ | 31.07 | 61.35 | 12.79 | - |
| YUV | 144.95 | 72.15 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 46 | 1 | 0 | 0.81 | 0.07 | 131.6 | 1 | 0.47 |
| Hex | 0 | EE | 2E | 64 | 0 | 51 | 7 | 84 | 64 | 2F |
| Octal | 0 | 356 | 56 | 144 | 0 | 121 | 7 | 204 | 144 | 57 |
| Binary | 0 | 11101110 | 101110 | 1100100 | 0 | 1010001 | 111 | 10000100 | 1100100 | 101111 |
Color Harmonies of #00EE2E
Complementary color
Monochromatic Colors of #00EE2E
Black with #00EE2E
Text Example
Text Example
White with #00EE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EE2E; }
p { color: rgb(0,238,46); }
H1.HeaderClassName
{
color: #00EE2E;
}
.AnyTagClassName
{
color: #00EE2E;
}
</style>
background-color css
<style>
a { background-color: #00EE2E; }
a { background-color: rgb(0,238,46); }
div.DivClassName
{
background-color: #00EE2E;
}
.BgClassName
{
background-color: #00EE2E;
}
</style>
border-color css
<style>
span { border-color: #00EE2E; }
span { border-color: rgb(0,238,46); }
td.TdClassName
{
border-color: #00EE2E;
}
.TagClassName
{
border-color: #00EE2E;
}
</style>