Shades of Free Speech Green #0EFE23
Tints of Free Speech Green #0EFE23
RGB
CMYK
RGB Variations
Color information
#0EFE23 (or 0x0EFE23) is known color: Free Speech Green. HEX triplet: 0E, FE and 23. RGB value is (14,254,35). Sum of RGB (Red+Green+Blue) = 14+254+35=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 254 (99.61% from 255 or 83.83% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE23 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFE23 is #F101DC. Grayscale: #9D9D9D. Windows color (decimal): -15794653 or 2358798. OLE color: 2358798.
HSL color Cylindrical-coordinate representation of color #0EFE23: hue angle of 125.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFE23 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 35 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.00 |
| HSL | 125.25º | 0.99% | 0.53% | - |
| HSV(B) | 125.25º | 0.94% | 1% | - |
| XYZ | 35.93 | 71.1 | 13.42 | - |
| YUV | 157.27 | 58.99 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 35 | 0.94 | 0 | 0.86 | 0.00 | 125.25 | 0.99 | 0.53 |
| Hex | E | FE | 23 | 5E | 0 | 56 | 0 | 7D | 63 | 35 |
| Octal | 16 | 376 | 43 | 136 | 0 | 126 | 0 | 175 | 143 | 65 |
| Binary | 1110 | 11111110 | 100011 | 1011110 | 0 | 1010110 | 0 | 1111101 | 1100011 | 110101 |
Color Harmonies of #0EFE23
Complementary color
Monochromatic Colors of #0EFE23
Black with #0EFE23
Text Example
Text Example
White with #0EFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFE23; }
p { color: rgb(14,254,35); }
H1.HeaderClassName
{
color: #0EFE23;
}
.AnyTagClassName
{
color: #0EFE23;
}
</style>
background-color css
<style>
a { background-color: #0EFE23; }
a { background-color: rgb(14,254,35); }
div.DivClassName
{
background-color: #0EFE23;
}
.BgClassName
{
background-color: #0EFE23;
}
</style>
border-color css
<style>
span { border-color: #0EFE23; }
span { border-color: rgb(14,254,35); }
td.TdClassName
{
border-color: #0EFE23;
}
.TagClassName
{
border-color: #0EFE23;
}
</style>