Shades of Free Speech Green #0EEF30
Tints of Free Speech Green #0EEF30
RGB
CMYK
RGB Variations
Color information
#0EEF30 (or 0x0EEF30) is known color: Free Speech Green. HEX triplet: 0E, EF and 30. RGB value is (14,239,48). Sum of RGB (Red+Green+Blue) = 14+239+48=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 239 (93.75% from 255 or 79.40% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEF30 is #F110CF. Grayscale: #969696. Windows color (decimal): -15798480 or 3206926. OLE color: 3206926.
HSL color Cylindrical-coordinate representation of color #0EEF30: hue angle of 129.07º 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 #0EEF30 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 48 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.06 |
| HSL | 129.07º | 0.89% | 0.5% | - |
| HSV(B) | 129.07º | 0.94% | 0.94% | - |
| XYZ | 31.58 | 62.04 | 13.11 | - |
| YUV | 149.95 | 70.46 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 48 | 0.94 | 0 | 0.80 | 0.06 | 129.07 | 0.89 | 0.5 |
| Hex | E | EF | 30 | 5E | 0 | 50 | 6 | 81 | 59 | 32 |
| Octal | 16 | 357 | 60 | 136 | 0 | 120 | 6 | 201 | 131 | 62 |
| Binary | 1110 | 11101111 | 110000 | 1011110 | 0 | 1010000 | 110 | 10000001 | 1011001 | 110010 |
Color Harmonies of #0EEF30
Complementary color
Monochromatic Colors of #0EEF30
Black with #0EEF30
Text Example
Text Example
White with #0EEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF30; }
p { color: rgb(14,239,48); }
H1.HeaderClassName
{
color: #0EEF30;
}
.AnyTagClassName
{
color: #0EEF30;
}
</style>
background-color css
<style>
a { background-color: #0EEF30; }
a { background-color: rgb(14,239,48); }
div.DivClassName
{
background-color: #0EEF30;
}
.BgClassName
{
background-color: #0EEF30;
}
</style>
border-color css
<style>
span { border-color: #0EEF30; }
span { border-color: rgb(14,239,48); }
td.TdClassName
{
border-color: #0EEF30;
}
.TagClassName
{
border-color: #0EEF30;
}
</style>