Shades of Free Speech Green #02C90E
Tints of Free Speech Green #02C90E
RGB
CMYK
RGB Variations
Color information
#02C90E (or 0x02C90E) is known color: Free Speech Green. HEX triplet: 02, C9 and 0E. RGB value is (2,201,14). Sum of RGB (Red+Green+Blue) = 2+201+14=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 201 (78.91% from 255 or 92.63% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 201 - color contains mainly: green. Hex color #02C90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C90E is #FD36F1. Grayscale: #787878. Windows color (decimal): -16594674 or 968962. OLE color: 968962.
HSL color Cylindrical-coordinate representation of color #02C90E: hue angle of 123.62º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C90E is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 14 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.21 |
| HSL | 123.62º | 0.98% | 0.4% | - |
| HSV(B) | 123.62º | 0.99% | 0.79% | - |
| XYZ | 20.99 | 41.82 | 7.38 | - |
| YUV | 120.18 | 68.07 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 14 | 0.99 | 0 | 0.93 | 0.21 | 123.62 | 0.98 | 0.4 |
| Hex | 2 | C9 | E | 63 | 0 | 5D | 15 | 7C | 62 | 28 |
| Octal | 2 | 311 | 16 | 143 | 0 | 135 | 25 | 174 | 142 | 50 |
| Binary | 10 | 11001001 | 1110 | 1100011 | 0 | 1011101 | 10101 | 1111100 | 1100010 | 101000 |
Color Harmonies of #02C90E
Complementary color
Monochromatic Colors of #02C90E
Black with #02C90E
Text Example
Text Example
White with #02C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C90E; }
p { color: rgb(2,201,14); }
H1.HeaderClassName
{
color: #02C90E;
}
.AnyTagClassName
{
color: #02C90E;
}
</style>
background-color css
<style>
a { background-color: #02C90E; }
a { background-color: rgb(2,201,14); }
div.DivClassName
{
background-color: #02C90E;
}
.BgClassName
{
background-color: #02C90E;
}
</style>
border-color css
<style>
span { border-color: #02C90E; }
span { border-color: rgb(2,201,14); }
td.TdClassName
{
border-color: #02C90E;
}
.TagClassName
{
border-color: #02C90E;
}
</style>