Shades of Free Speech Green #0EE102
Tints of Free Speech Green #0EE102
RGB
CMYK
RGB Variations
Color information
#0EE102 (or 0x0EE102) is known color: Free Speech Green. HEX triplet: 0E, E1 and 02. RGB value is (14,225,2). Sum of RGB (Red+Green+Blue) = 14+225+2=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 225 (88.28% from 255 or 93.36% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE102 is #F11EFD. Grayscale: #898989. Windows color (decimal): -15802110 or 188686. OLE color: 188686.
HSL color Cylindrical-coordinate representation of color #0EE102: hue angle of 116.77º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EE102 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.12 |
| HSL | 116.77º | 0.98% | 0.45% | - |
| HSV(B) | 116.77º | 0.99% | 0.88% | - |
| XYZ | 27.12 | 53.95 | 9.04 | - |
| YUV | 136.49 | 52.1 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 2 | 0.94 | 0 | 0.99 | 0.12 | 116.77 | 0.98 | 0.45 |
| Hex | E | E1 | 2 | 5E | 0 | 63 | C | 75 | 62 | 2D |
| Octal | 16 | 341 | 2 | 136 | 0 | 143 | 14 | 165 | 142 | 55 |
| Binary | 1110 | 11100001 | 10 | 1011110 | 0 | 1100011 | 1100 | 1110101 | 1100010 | 101101 |
Color Harmonies of #0EE102
Complementary color
Monochromatic Colors of #0EE102
Black with #0EE102
Text Example
Text Example
White with #0EE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE102; }
p { color: rgb(14,225,2); }
H1.HeaderClassName
{
color: #0EE102;
}
.AnyTagClassName
{
color: #0EE102;
}
</style>
background-color css
<style>
a { background-color: #0EE102; }
a { background-color: rgb(14,225,2); }
div.DivClassName
{
background-color: #0EE102;
}
.BgClassName
{
background-color: #0EE102;
}
</style>
border-color css
<style>
span { border-color: #0EE102; }
span { border-color: rgb(14,225,2); }
td.TdClassName
{
border-color: #0EE102;
}
.TagClassName
{
border-color: #0EE102;
}
</style>