Shades of Free Speech Green #0EEE2F
Tints of Free Speech Green #0EEE2F
RGB
CMYK
RGB Variations
Color information
#0EEE2F (or 0x0EEE2F) is known color: Free Speech Green. HEX triplet: 0E, EE and 2F. RGB value is (14,238,47). Sum of RGB (Red+Green+Blue) = 14+238+47=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 238 (93.36% from 255 or 79.60% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEE2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEE2F is #F111D0. Grayscale: #959595. Windows color (decimal): -15798737 or 3141134. OLE color: 3141134.
HSL color Cylindrical-coordinate representation of color #0EEE2F: hue angle of 128.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEE2F is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 238 | 47 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.07 |
| HSL | 128.84º | 0.89% | 0.49% | - |
| HSV(B) | 128.84º | 0.94% | 0.93% | - |
| XYZ | 31.27 | 61.45 | 12.9 | - |
| YUV | 149.25 | 70.29 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 47 | 0.94 | 0 | 0.80 | 0.07 | 128.84 | 0.89 | 0.49 |
| Hex | E | EE | 2F | 5E | 0 | 50 | 7 | 81 | 59 | 31 |
| Octal | 16 | 356 | 57 | 136 | 0 | 120 | 7 | 201 | 131 | 61 |
| Binary | 1110 | 11101110 | 101111 | 1011110 | 0 | 1010000 | 111 | 10000001 | 1011001 | 110001 |
Color Harmonies of #0EEE2F
Complementary color
Monochromatic Colors of #0EEE2F
Black with #0EEE2F
Text Example
Text Example
White with #0EEE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEE2F; }
p { color: rgb(14,238,47); }
H1.HeaderClassName
{
color: #0EEE2F;
}
.AnyTagClassName
{
color: #0EEE2F;
}
</style>
background-color css
<style>
a { background-color: #0EEE2F; }
a { background-color: rgb(14,238,47); }
div.DivClassName
{
background-color: #0EEE2F;
}
.BgClassName
{
background-color: #0EEE2F;
}
</style>
border-color css
<style>
span { border-color: #0EEE2F; }
span { border-color: rgb(14,238,47); }
td.TdClassName
{
border-color: #0EEE2F;
}
.TagClassName
{
border-color: #0EEE2F;
}
</style>