Shades of Free Speech Green #0EEF27
Tints of Free Speech Green #0EEF27
RGB
CMYK
RGB Variations
Color information
#0EEF27 (or 0x0EEF27) is known color: Free Speech Green. HEX triplet: 0E, EF and 27. RGB value is (14,239,39). Sum of RGB (Red+Green+Blue) = 14+239+39=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEF27 is #F110D8. Grayscale: #959595. Windows color (decimal): -15798489 or 2617102. OLE color: 2617102.
HSL color Cylindrical-coordinate representation of color #0EEF27: hue angle of 126.67º 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 #0EEF27 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 39 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.06 |
| HSL | 126.67º | 0.89% | 0.5% | - |
| HSV(B) | 126.67º | 0.94% | 0.94% | - |
| XYZ | 31.41 | 61.97 | 12.23 | - |
| YUV | 148.93 | 65.96 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 39 | 0.94 | 0 | 0.84 | 0.06 | 126.67 | 0.89 | 0.5 |
| Hex | E | EF | 27 | 5E | 0 | 54 | 6 | 7F | 59 | 32 |
| Octal | 16 | 357 | 47 | 136 | 0 | 124 | 6 | 177 | 131 | 62 |
| Binary | 1110 | 11101111 | 100111 | 1011110 | 0 | 1010100 | 110 | 1111111 | 1011001 | 110010 |
Color Harmonies of #0EEF27
Complementary color
Monochromatic Colors of #0EEF27
Black with #0EEF27
Text Example
Text Example
White with #0EEF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF27; }
p { color: rgb(14,239,39); }
H1.HeaderClassName
{
color: #0EEF27;
}
.AnyTagClassName
{
color: #0EEF27;
}
</style>
background-color css
<style>
a { background-color: #0EEF27; }
a { background-color: rgb(14,239,39); }
div.DivClassName
{
background-color: #0EEF27;
}
.BgClassName
{
background-color: #0EEF27;
}
</style>
border-color css
<style>
span { border-color: #0EEF27; }
span { border-color: rgb(14,239,39); }
td.TdClassName
{
border-color: #0EEF27;
}
.TagClassName
{
border-color: #0EEF27;
}
</style>