Shades of Free Speech Green #02EC2A
Tints of Free Speech Green #02EC2A
RGB
CMYK
RGB Variations
Color information
#02EC2A (or 0x02EC2A) is known color: Free Speech Green. HEX triplet: 02, EC and 2A. RGB value is (2,236,42). Sum of RGB (Red+Green+Blue) = 2+236+42=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC2A is #FD13D5. Grayscale: #909090. Windows color (decimal): -16585686 or 2812930. OLE color: 2812930.
HSL color Cylindrical-coordinate representation of color #02EC2A: hue angle of 130.26º 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 #02EC2A is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 42 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.07 |
| HSL | 130.26º | 0.98% | 0.47% | - |
| HSV(B) | 130.26º | 0.99% | 0.93% | - |
| XYZ | 30.44 | 60.17 | 12.2 | - |
| YUV | 143.92 | 70.48 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 42 | 0.99 | 0 | 0.82 | 0.07 | 130.26 | 0.98 | 0.47 |
| Hex | 2 | EC | 2A | 63 | 0 | 52 | 7 | 82 | 62 | 2F |
| Octal | 2 | 354 | 52 | 143 | 0 | 122 | 7 | 202 | 142 | 57 |
| Binary | 10 | 11101100 | 101010 | 1100011 | 0 | 1010010 | 111 | 10000010 | 1100010 | 101111 |
Color Harmonies of #02EC2A
Complementary color
Monochromatic Colors of #02EC2A
Black with #02EC2A
Text Example
Text Example
White with #02EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC2A; }
p { color: rgb(2,236,42); }
H1.HeaderClassName
{
color: #02EC2A;
}
.AnyTagClassName
{
color: #02EC2A;
}
</style>
background-color css
<style>
a { background-color: #02EC2A; }
a { background-color: rgb(2,236,42); }
div.DivClassName
{
background-color: #02EC2A;
}
.BgClassName
{
background-color: #02EC2A;
}
</style>
border-color css
<style>
span { border-color: #02EC2A; }
span { border-color: rgb(2,236,42); }
td.TdClassName
{
border-color: #02EC2A;
}
.TagClassName
{
border-color: #02EC2A;
}
</style>