Shades of Free Speech Green #0EFF34
Tints of Free Speech Green #0EFF34
RGB
CMYK
RGB Variations
Color information
#0EFF34 (or 0x0EFF34) is known color: Free Speech Green. HEX triplet: 0E, FF and 34. RGB value is (14,255,52). Sum of RGB (Red+Green+Blue) = 14+255+52=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF34 is #F100CB. Grayscale: #A0A0A0. Windows color (decimal): -15794380 or 3473166. OLE color: 3473166.
HSL color Cylindrical-coordinate representation of color #0EFF34: hue angle of 129.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF34 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 52 | - |
| CMYK | 0.95 | 0 | 0.80 | 0 |
| HSL | 129.46º | 1% | 0.53% | - |
| HSV(B) | 129.46º | 0.95% | 1% | - |
| XYZ | 36.56 | 71.86 | 15.19 | - |
| YUV | 159.8 | 67.16 | 24.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 52 | 0.95 | 0 | 0.80 | 0 | 129.46 | 1 | 0.53 |
| Hex | E | FF | 34 | 5F | 0 | 50 | 0 | 81 | 64 | 35 |
| Octal | 16 | 377 | 64 | 137 | 0 | 120 | 0 | 201 | 144 | 65 |
| Binary | 1110 | 11111111 | 110100 | 1011111 | 0 | 1010000 | 0 | 10000001 | 1100100 | 110101 |
Color Harmonies of #0EFF34
Complementary color
Monochromatic Colors of #0EFF34
Black with #0EFF34
Text Example
Text Example
White with #0EFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF34; }
p { color: rgb(14,255,52); }
H1.HeaderClassName
{
color: #0EFF34;
}
.AnyTagClassName
{
color: #0EFF34;
}
</style>
background-color css
<style>
a { background-color: #0EFF34; }
a { background-color: rgb(14,255,52); }
div.DivClassName
{
background-color: #0EFF34;
}
.BgClassName
{
background-color: #0EFF34;
}
</style>
border-color css
<style>
span { border-color: #0EFF34; }
span { border-color: rgb(14,255,52); }
td.TdClassName
{
border-color: #0EFF34;
}
.TagClassName
{
border-color: #0EFF34;
}
</style>