Shades of Free Speech Green #02E502
Tints of Free Speech Green #02E502
RGB
CMYK
RGB Variations
Color information
#02E502 (or 0x02E502) is known color: Free Speech Green. HEX triplet: 02, E5 and 02. RGB value is (2,229,2). Sum of RGB (Red+Green+Blue) = 2+229+2=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 229 (89.84% from 255 or 98.28% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 229 - color contains mainly: green. Hex color #02E502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E502 is #FD1AFD. Grayscale: #878787. Windows color (decimal): -16587518 or 189698. OLE color: 189698.
HSL color Cylindrical-coordinate representation of color #02E502: hue angle of 120º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E502 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.10 |
| HSL | 120º | 0.98% | 0.45% | - |
| HSV(B) | 120º | 0.99% | 0.9% | - |
| XYZ | 28.06 | 56.06 | 9.4 | - |
| YUV | 135.25 | 52.79 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 2 | 0.99 | 0 | 0.99 | 0.10 | 120 | 0.98 | 0.45 |
| Hex | 2 | E5 | 2 | 63 | 0 | 63 | A | 78 | 62 | 2D |
| Octal | 2 | 345 | 2 | 143 | 0 | 143 | 12 | 170 | 142 | 55 |
| Binary | 10 | 11100101 | 10 | 1100011 | 0 | 1100011 | 1010 | 1111000 | 1100010 | 101101 |
Color Harmonies of #02E502
Complementary color
Monochromatic Colors of #02E502
Black with #02E502
Text Example
Text Example
White with #02E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E502; }
p { color: rgb(2,229,2); }
H1.HeaderClassName
{
color: #02E502;
}
.AnyTagClassName
{
color: #02E502;
}
</style>
background-color css
<style>
a { background-color: #02E502; }
a { background-color: rgb(2,229,2); }
div.DivClassName
{
background-color: #02E502;
}
.BgClassName
{
background-color: #02E502;
}
</style>
border-color css
<style>
span { border-color: #02E502; }
span { border-color: rgb(2,229,2); }
td.TdClassName
{
border-color: #02E502;
}
.TagClassName
{
border-color: #02E502;
}
</style>