Shades of Free Speech Green #02EC1C
Tints of Free Speech Green #02EC1C
RGB
CMYK
RGB Variations
Color information
#02EC1C (or 0x02EC1C) is known color: Free Speech Green. HEX triplet: 02, EC and 1C. RGB value is (2,236,28). Sum of RGB (Red+Green+Blue) = 2+236+28=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 236 (92.58% from 255 or 88.72% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC1C is #FD13E3. Grayscale: #8E8E8E. Windows color (decimal): -16585700 or 1895426. OLE color: 1895426.
HSL color Cylindrical-coordinate representation of color #02EC1C: hue angle of 126.67º 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 #02EC1C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 28 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.07 |
| HSL | 126.67º | 0.98% | 0.47% | - |
| HSV(B) | 126.67º | 0.99% | 0.93% | - |
| XYZ | 30.23 | 60.09 | 11.1 | - |
| YUV | 142.32 | 63.48 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 28 | 0.99 | 0 | 0.88 | 0.07 | 126.67 | 0.98 | 0.47 |
| Hex | 2 | EC | 1C | 63 | 0 | 58 | 7 | 7F | 62 | 2F |
| Octal | 2 | 354 | 34 | 143 | 0 | 130 | 7 | 177 | 142 | 57 |
| Binary | 10 | 11101100 | 11100 | 1100011 | 0 | 1011000 | 111 | 1111111 | 1100010 | 101111 |
Color Harmonies of #02EC1C
Complementary color
Monochromatic Colors of #02EC1C
Black with #02EC1C
Text Example
Text Example
White with #02EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC1C; }
p { color: rgb(2,236,28); }
H1.HeaderClassName
{
color: #02EC1C;
}
.AnyTagClassName
{
color: #02EC1C;
}
</style>
background-color css
<style>
a { background-color: #02EC1C; }
a { background-color: rgb(2,236,28); }
div.DivClassName
{
background-color: #02EC1C;
}
.BgClassName
{
background-color: #02EC1C;
}
</style>
border-color css
<style>
span { border-color: #02EC1C; }
span { border-color: rgb(2,236,28); }
td.TdClassName
{
border-color: #02EC1C;
}
.TagClassName
{
border-color: #02EC1C;
}
</style>