Shades of Free Speech Green #02EA11
Tints of Free Speech Green #02EA11
RGB
CMYK
RGB Variations
Color information
#02EA11 (or 0x02EA11) is known color: Free Speech Green. HEX triplet: 02, EA and 11. RGB value is (2,234,17). Sum of RGB (Red+Green+Blue) = 2+234+17=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 234 (91.80% from 255 or 92.49% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02EA11 is #FD15EE. Grayscale: #8C8C8C. Windows color (decimal): -16586223 or 1174018. OLE color: 1174018.
HSL color Cylindrical-coordinate representation of color #02EA11: hue angle of 123.88º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EA11 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 234 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.08 |
| HSL | 123.88º | 0.98% | 0.46% | - |
| HSV(B) | 123.88º | 0.99% | 0.92% | - |
| XYZ | 29.55 | 58.9 | 10.34 | - |
| YUV | 139.89 | 58.64 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 234 | 17 | 0.99 | 0 | 0.93 | 0.08 | 123.88 | 0.98 | 0.46 |
| Hex | 2 | EA | 11 | 63 | 0 | 5D | 8 | 7C | 62 | 2E |
| Octal | 2 | 352 | 21 | 143 | 0 | 135 | 10 | 174 | 142 | 56 |
| Binary | 10 | 11101010 | 10001 | 1100011 | 0 | 1011101 | 1000 | 1111100 | 1100010 | 101110 |
Color Harmonies of #02EA11
Complementary color
Monochromatic Colors of #02EA11
Black with #02EA11
Text Example
Text Example
White with #02EA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EA11; }
p { color: rgb(2,234,17); }
H1.HeaderClassName
{
color: #02EA11;
}
.AnyTagClassName
{
color: #02EA11;
}
</style>
background-color css
<style>
a { background-color: #02EA11; }
a { background-color: rgb(2,234,17); }
div.DivClassName
{
background-color: #02EA11;
}
.BgClassName
{
background-color: #02EA11;
}
</style>
border-color css
<style>
span { border-color: #02EA11; }
span { border-color: rgb(2,234,17); }
td.TdClassName
{
border-color: #02EA11;
}
.TagClassName
{
border-color: #02EA11;
}
</style>