Shades of Free Speech Green #02E00A
Tints of Free Speech Green #02E00A
RGB
CMYK
RGB Variations
Color information
#02E00A (or 0x02E00A) is known color: Free Speech Green. HEX triplet: 02, E0 and 0A. RGB value is (2,224,10). Sum of RGB (Red+Green+Blue) = 2+224+10=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 224 (87.89% from 255 or 94.92% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 224 - color contains mainly: green. Hex color #02E00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E00A is #FD1FF5. Grayscale: #858585. Windows color (decimal): -16588790 or 712706. OLE color: 712706.
HSL color Cylindrical-coordinate representation of color #02E00A: hue angle of 122.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E00A is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 10 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.12 |
| HSL | 122.16º | 0.98% | 0.44% | - |
| HSV(B) | 122.16º | 0.99% | 0.88% | - |
| XYZ | 26.74 | 53.35 | 9.17 | - |
| YUV | 133.23 | 58.45 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 10 | 0.99 | 0 | 0.96 | 0.12 | 122.16 | 0.98 | 0.44 |
| Hex | 2 | E0 | A | 63 | 0 | 60 | C | 7A | 62 | 2C |
| Octal | 2 | 340 | 12 | 143 | 0 | 140 | 14 | 172 | 142 | 54 |
| Binary | 10 | 11100000 | 1010 | 1100011 | 0 | 1100000 | 1100 | 1111010 | 1100010 | 101100 |
Color Harmonies of #02E00A
Complementary color
Monochromatic Colors of #02E00A
Black with #02E00A
Text Example
Text Example
White with #02E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E00A; }
p { color: rgb(2,224,10); }
H1.HeaderClassName
{
color: #02E00A;
}
.AnyTagClassName
{
color: #02E00A;
}
</style>
background-color css
<style>
a { background-color: #02E00A; }
a { background-color: rgb(2,224,10); }
div.DivClassName
{
background-color: #02E00A;
}
.BgClassName
{
background-color: #02E00A;
}
</style>
border-color css
<style>
span { border-color: #02E00A; }
span { border-color: rgb(2,224,10); }
td.TdClassName
{
border-color: #02E00A;
}
.TagClassName
{
border-color: #02E00A;
}
</style>