Shades of Free Speech Green #02ED11
Tints of Free Speech Green #02ED11
RGB
CMYK
RGB Variations
Color information
#02ED11 (or 0x02ED11) is known color: Free Speech Green. HEX triplet: 02, ED and 11. RGB value is (2,237,17). Sum of RGB (Red+Green+Blue) = 2+237+17=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 237 (92.97% from 255 or 92.58% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02ED11 is #FD12EE. Grayscale: #8E8E8E. Windows color (decimal): -16585455 or 1174786. OLE color: 1174786.
HSL color Cylindrical-coordinate representation of color #02ED11: hue angle of 123.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED11 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.07 |
| HSL | 123.83º | 0.98% | 0.47% | - |
| HSV(B) | 123.83º | 0.99% | 0.93% | - |
| XYZ | 30.41 | 60.62 | 10.63 | - |
| YUV | 141.66 | 57.64 | 28.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 17 | 0.99 | 0 | 0.93 | 0.07 | 123.83 | 0.98 | 0.47 |
| Hex | 2 | ED | 11 | 63 | 0 | 5D | 7 | 7C | 62 | 2F |
| Octal | 2 | 355 | 21 | 143 | 0 | 135 | 7 | 174 | 142 | 57 |
| Binary | 10 | 11101101 | 10001 | 1100011 | 0 | 1011101 | 111 | 1111100 | 1100010 | 101111 |
Color Harmonies of #02ED11
Complementary color
Monochromatic Colors of #02ED11
Black with #02ED11
Text Example
Text Example
White with #02ED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ED11; }
p { color: rgb(2,237,17); }
H1.HeaderClassName
{
color: #02ED11;
}
.AnyTagClassName
{
color: #02ED11;
}
</style>
background-color css
<style>
a { background-color: #02ED11; }
a { background-color: rgb(2,237,17); }
div.DivClassName
{
background-color: #02ED11;
}
.BgClassName
{
background-color: #02ED11;
}
</style>
border-color css
<style>
span { border-color: #02ED11; }
span { border-color: rgb(2,237,17); }
td.TdClassName
{
border-color: #02ED11;
}
.TagClassName
{
border-color: #02ED11;
}
</style>