Shades of Free Speech Green #02EC2B
Tints of Free Speech Green #02EC2B
RGB
CMYK
RGB Variations
Color information
#02EC2B (or 0x02EC2B) is known color: Free Speech Green. HEX triplet: 02, EC and 2B. RGB value is (2,236,43). Sum of RGB (Red+Green+Blue) = 2+236+43=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 236 (92.58% from 255 or 83.99% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC2B is #FD13D4. Grayscale: #909090. Windows color (decimal): -16585685 or 2878466. OLE color: 2878466.
HSL color Cylindrical-coordinate representation of color #02EC2B: hue angle of 130.51º 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 #02EC2B is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 43 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.07 |
| HSL | 130.51º | 0.98% | 0.47% | - |
| HSV(B) | 130.51º | 0.99% | 0.93% | - |
| XYZ | 30.46 | 60.18 | 12.3 | - |
| YUV | 144.03 | 70.98 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 43 | 0.99 | 0 | 0.82 | 0.07 | 130.51 | 0.98 | 0.47 |
| Hex | 2 | EC | 2B | 63 | 0 | 52 | 7 | 83 | 62 | 2F |
| Octal | 2 | 354 | 53 | 143 | 0 | 122 | 7 | 203 | 142 | 57 |
| Binary | 10 | 11101100 | 101011 | 1100011 | 0 | 1010010 | 111 | 10000011 | 1100010 | 101111 |
Color Harmonies of #02EC2B
Complementary color
Monochromatic Colors of #02EC2B
Black with #02EC2B
Text Example
Text Example
White with #02EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC2B; }
p { color: rgb(2,236,43); }
H1.HeaderClassName
{
color: #02EC2B;
}
.AnyTagClassName
{
color: #02EC2B;
}
</style>
background-color css
<style>
a { background-color: #02EC2B; }
a { background-color: rgb(2,236,43); }
div.DivClassName
{
background-color: #02EC2B;
}
.BgClassName
{
background-color: #02EC2B;
}
</style>
border-color css
<style>
span { border-color: #02EC2B; }
span { border-color: rgb(2,236,43); }
td.TdClassName
{
border-color: #02EC2B;
}
.TagClassName
{
border-color: #02EC2B;
}
</style>