Shades of Free Speech Green #0EE62B
Tints of Free Speech Green #0EE62B
RGB
CMYK
RGB Variations
Color information
#0EE62B (or 0x0EE62B) is known color: Free Speech Green. HEX triplet: 0E, E6 and 2B. RGB value is (14,230,43). Sum of RGB (Red+Green+Blue) = 14+230+43=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 230 (90.23% from 255 or 80.14% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE62B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE62B is #F119D4. Grayscale: #909090. Windows color (decimal): -15800789 or 2876942. OLE color: 2876942.
HSL color Cylindrical-coordinate representation of color #0EE62B: hue angle of 128.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE62B is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 43 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.10 |
| HSL | 128.06º | 0.89% | 0.48% | - |
| HSV(B) | 128.06º | 0.94% | 0.9% | - |
| XYZ | 28.91 | 56.86 | 11.74 | - |
| YUV | 144.1 | 70.94 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 43 | 0.94 | 0 | 0.81 | 0.10 | 128.06 | 0.89 | 0.48 |
| Hex | E | E6 | 2B | 5E | 0 | 51 | A | 80 | 59 | 30 |
| Octal | 16 | 346 | 53 | 136 | 0 | 121 | 12 | 200 | 131 | 60 |
| Binary | 1110 | 11100110 | 101011 | 1011110 | 0 | 1010001 | 1010 | 10000000 | 1011001 | 110000 |
Color Harmonies of #0EE62B
Complementary color
Monochromatic Colors of #0EE62B
Black with #0EE62B
Text Example
Text Example
White with #0EE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE62B; }
p { color: rgb(14,230,43); }
H1.HeaderClassName
{
color: #0EE62B;
}
.AnyTagClassName
{
color: #0EE62B;
}
</style>
background-color css
<style>
a { background-color: #0EE62B; }
a { background-color: rgb(14,230,43); }
div.DivClassName
{
background-color: #0EE62B;
}
.BgClassName
{
background-color: #0EE62B;
}
</style>
border-color css
<style>
span { border-color: #0EE62B; }
span { border-color: rgb(14,230,43); }
td.TdClassName
{
border-color: #0EE62B;
}
.TagClassName
{
border-color: #0EE62B;
}
</style>