Shades of Free Speech Green #0EE402
Tints of Free Speech Green #0EE402
RGB
CMYK
RGB Variations
Color information
#0EE402 (or 0x0EE402) is known color: Free Speech Green. HEX triplet: 0E, E4 and 02. RGB value is (14,228,2). Sum of RGB (Red+Green+Blue) = 14+228+2=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 228 (89.45% from 255 or 93.44% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE402 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE402 is #F11BFD. Grayscale: #8A8A8A. Windows color (decimal): -15801342 or 189454. OLE color: 189454.
HSL color Cylindrical-coordinate representation of color #0EE402: hue angle of 116.81º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EE402 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 228 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.11 |
| HSL | 116.81º | 0.98% | 0.45% | - |
| HSV(B) | 116.81º | 0.99% | 0.89% | - |
| XYZ | 27.94 | 55.58 | 9.31 | - |
| YUV | 138.25 | 51.1 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 2 | 0.94 | 0 | 0.99 | 0.11 | 116.81 | 0.98 | 0.45 |
| Hex | E | E4 | 2 | 5E | 0 | 63 | B | 75 | 62 | 2D |
| Octal | 16 | 344 | 2 | 136 | 0 | 143 | 13 | 165 | 142 | 55 |
| Binary | 1110 | 11100100 | 10 | 1011110 | 0 | 1100011 | 1011 | 1110101 | 1100010 | 101101 |
Color Harmonies of #0EE402
Complementary color
Monochromatic Colors of #0EE402
Black with #0EE402
Text Example
Text Example
White with #0EE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE402; }
p { color: rgb(14,228,2); }
H1.HeaderClassName
{
color: #0EE402;
}
.AnyTagClassName
{
color: #0EE402;
}
</style>
background-color css
<style>
a { background-color: #0EE402; }
a { background-color: rgb(14,228,2); }
div.DivClassName
{
background-color: #0EE402;
}
.BgClassName
{
background-color: #0EE402;
}
</style>
border-color css
<style>
span { border-color: #0EE402; }
span { border-color: rgb(14,228,2); }
td.TdClassName
{
border-color: #0EE402;
}
.TagClassName
{
border-color: #0EE402;
}
</style>