Shades of Free Speech Green #02E008
Tints of Free Speech Green #02E008
RGB
CMYK
RGB Variations
Color information
#02E008 (or 0x02E008) is known color: Free Speech Green. HEX triplet: 02, E0 and 08. RGB value is (2,224,8). Sum of RGB (Red+Green+Blue) = 2+224+8=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 224 (87.89% from 255 or 95.73% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 224 - color contains mainly: green. Hex color #02E008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E008 is #FD1FF7. Grayscale: #858585. Windows color (decimal): -16588792 or 581634. OLE color: 581634.
HSL color Cylindrical-coordinate representation of color #02E008: hue angle of 121.62º 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 #02E008 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 8 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.12 |
| HSL | 121.62º | 0.98% | 0.44% | - |
| HSV(B) | 121.62º | 0.99% | 0.88% | - |
| XYZ | 26.72 | 53.34 | 9.12 | - |
| YUV | 133 | 57.45 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 8 | 0.99 | 0 | 0.96 | 0.12 | 121.62 | 0.98 | 0.44 |
| Hex | 2 | E0 | 8 | 63 | 0 | 60 | C | 7A | 62 | 2C |
| Octal | 2 | 340 | 10 | 143 | 0 | 140 | 14 | 172 | 142 | 54 |
| Binary | 10 | 11100000 | 1000 | 1100011 | 0 | 1100000 | 1100 | 1111010 | 1100010 | 101100 |
Color Harmonies of #02E008
Complementary color
Monochromatic Colors of #02E008
Black with #02E008
Text Example
Text Example
White with #02E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E008; }
p { color: rgb(2,224,8); }
H1.HeaderClassName
{
color: #02E008;
}
.AnyTagClassName
{
color: #02E008;
}
</style>
background-color css
<style>
a { background-color: #02E008; }
a { background-color: rgb(2,224,8); }
div.DivClassName
{
background-color: #02E008;
}
.BgClassName
{
background-color: #02E008;
}
</style>
border-color css
<style>
span { border-color: #02E008; }
span { border-color: rgb(2,224,8); }
td.TdClassName
{
border-color: #02E008;
}
.TagClassName
{
border-color: #02E008;
}
</style>