Shades of Free Speech Green #0EE429
Tints of Free Speech Green #0EE429
RGB
CMYK
RGB Variations
Color information
#0EE429 (or 0x0EE429) is known color: Free Speech Green. HEX triplet: 0E, E4 and 29. RGB value is (14,228,41). Sum of RGB (Red+Green+Blue) = 14+228+41=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 228 (89.45% from 255 or 80.57% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE429 is #F11BD6. Grayscale: #8F8F8F. Windows color (decimal): -15801303 or 2745358. OLE color: 2745358.
HSL color Cylindrical-coordinate representation of color #0EE429: hue angle of 127.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE429 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 228 | 41 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.11 |
| HSL | 127.57º | 0.88% | 0.47% | - |
| HSV(B) | 127.57º | 0.94% | 0.89% | - |
| XYZ | 28.32 | 55.74 | 11.36 | - |
| YUV | 142.7 | 70.6 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 41 | 0.94 | 0 | 0.82 | 0.11 | 127.57 | 0.88 | 0.47 |
| Hex | E | E4 | 29 | 5E | 0 | 52 | B | 80 | 58 | 2F |
| Octal | 16 | 344 | 51 | 136 | 0 | 122 | 13 | 200 | 130 | 57 |
| Binary | 1110 | 11100100 | 101001 | 1011110 | 0 | 1010010 | 1011 | 10000000 | 1011000 | 101111 |
Color Harmonies of #0EE429
Complementary color
Monochromatic Colors of #0EE429
Black with #0EE429
Text Example
Text Example
White with #0EE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE429; }
p { color: rgb(14,228,41); }
H1.HeaderClassName
{
color: #0EE429;
}
.AnyTagClassName
{
color: #0EE429;
}
</style>
background-color css
<style>
a { background-color: #0EE429; }
a { background-color: rgb(14,228,41); }
div.DivClassName
{
background-color: #0EE429;
}
.BgClassName
{
background-color: #0EE429;
}
</style>
border-color css
<style>
span { border-color: #0EE429; }
span { border-color: rgb(14,228,41); }
td.TdClassName
{
border-color: #0EE429;
}
.TagClassName
{
border-color: #0EE429;
}
</style>