Shades of Free Speech Green #0EEF29
Tints of Free Speech Green #0EEF29
RGB
CMYK
RGB Variations
Color information
#0EEF29 (or 0x0EEF29) is known color: Free Speech Green. HEX triplet: 0E, EF and 29. RGB value is (14,239,41). Sum of RGB (Red+Green+Blue) = 14+239+41=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEF29 is #F110D6. Grayscale: #959595. Windows color (decimal): -15798487 or 2748174. OLE color: 2748174.
HSL color Cylindrical-coordinate representation of color #0EEF29: hue angle of 127.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEF29 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 41 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.06 |
| HSL | 127.2º | 0.89% | 0.5% | - |
| HSV(B) | 127.2º | 0.94% | 0.94% | - |
| XYZ | 31.45 | 61.99 | 12.4 | - |
| YUV | 149.15 | 66.96 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 41 | 0.94 | 0 | 0.83 | 0.06 | 127.2 | 0.89 | 0.5 |
| Hex | E | EF | 29 | 5E | 0 | 53 | 6 | 7F | 59 | 32 |
| Octal | 16 | 357 | 51 | 136 | 0 | 123 | 6 | 177 | 131 | 62 |
| Binary | 1110 | 11101111 | 101001 | 1011110 | 0 | 1010011 | 110 | 1111111 | 1011001 | 110010 |
Color Harmonies of #0EEF29
Complementary color
Monochromatic Colors of #0EEF29
Black with #0EEF29
Text Example
Text Example
White with #0EEF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF29; }
p { color: rgb(14,239,41); }
H1.HeaderClassName
{
color: #0EEF29;
}
.AnyTagClassName
{
color: #0EEF29;
}
</style>
background-color css
<style>
a { background-color: #0EEF29; }
a { background-color: rgb(14,239,41); }
div.DivClassName
{
background-color: #0EEF29;
}
.BgClassName
{
background-color: #0EEF29;
}
</style>
border-color css
<style>
span { border-color: #0EEF29; }
span { border-color: rgb(14,239,41); }
td.TdClassName
{
border-color: #0EEF29;
}
.TagClassName
{
border-color: #0EEF29;
}
</style>