Shades of Free Speech Green #0EF233
Tints of Free Speech Green #0EF233
RGB
CMYK
RGB Variations
Color information
#0EF233 (or 0x0EF233) is known color: Free Speech Green. HEX triplet: 0E, F2 and 33. RGB value is (14,242,51). Sum of RGB (Red+Green+Blue) = 14+242+51=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 242 (94.92% from 255 or 78.83% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF233 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF233 is #F10DCC. Grayscale: #989898. Windows color (decimal): -15797709 or 3404302. OLE color: 3404302.
HSL color Cylindrical-coordinate representation of color #0EF233: hue angle of 129.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF233 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 51 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.05 |
| HSL | 129.74º | 0.9% | 0.5% | - |
| HSV(B) | 129.74º | 0.94% | 0.95% | - |
| XYZ | 32.53 | 63.84 | 13.74 | - |
| YUV | 152.05 | 70.96 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 51 | 0.94 | 0 | 0.79 | 0.05 | 129.74 | 0.9 | 0.5 |
| Hex | E | F2 | 33 | 5E | 0 | 4F | 5 | 82 | 5A | 32 |
| Octal | 16 | 362 | 63 | 136 | 0 | 117 | 5 | 202 | 132 | 62 |
| Binary | 1110 | 11110010 | 110011 | 1011110 | 0 | 1001111 | 101 | 10000010 | 1011010 | 110010 |
Color Harmonies of #0EF233
Complementary color
Monochromatic Colors of #0EF233
Black with #0EF233
Text Example
Text Example
White with #0EF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF233; }
p { color: rgb(14,242,51); }
H1.HeaderClassName
{
color: #0EF233;
}
.AnyTagClassName
{
color: #0EF233;
}
</style>
background-color css
<style>
a { background-color: #0EF233; }
a { background-color: rgb(14,242,51); }
div.DivClassName
{
background-color: #0EF233;
}
.BgClassName
{
background-color: #0EF233;
}
</style>
border-color css
<style>
span { border-color: #0EF233; }
span { border-color: rgb(14,242,51); }
td.TdClassName
{
border-color: #0EF233;
}
.TagClassName
{
border-color: #0EF233;
}
</style>