Shades of Free Speech Green #02E70C
Tints of Free Speech Green #02E70C
RGB
CMYK
RGB Variations
Color information
#02E70C (or 0x02E70C) is known color: Free Speech Green. HEX triplet: 02, E7 and 0C. RGB value is (2,231,12). Sum of RGB (Red+Green+Blue) = 2+231+12=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 231 (90.62% from 255 or 94.29% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 231 - color contains mainly: green. Hex color #02E70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E70C is #FD18F3. Grayscale: #8A8A8A. Windows color (decimal): -16586996 or 845570. OLE color: 845570.
HSL color Cylindrical-coordinate representation of color #02E70C: hue angle of 122.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E70C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 12 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.09 |
| HSL | 122.62º | 0.98% | 0.46% | - |
| HSV(B) | 122.62º | 0.99% | 0.91% | - |
| XYZ | 28.67 | 57.19 | 9.88 | - |
| YUV | 137.56 | 57.13 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 12 | 0.99 | 0 | 0.95 | 0.09 | 122.62 | 0.98 | 0.46 |
| Hex | 2 | E7 | C | 63 | 0 | 5F | 9 | 7B | 62 | 2E |
| Octal | 2 | 347 | 14 | 143 | 0 | 137 | 11 | 173 | 142 | 56 |
| Binary | 10 | 11100111 | 1100 | 1100011 | 0 | 1011111 | 1001 | 1111011 | 1100010 | 101110 |
Color Harmonies of #02E70C
Complementary color
Monochromatic Colors of #02E70C
Black with #02E70C
Text Example
Text Example
White with #02E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E70C; }
p { color: rgb(2,231,12); }
H1.HeaderClassName
{
color: #02E70C;
}
.AnyTagClassName
{
color: #02E70C;
}
</style>
background-color css
<style>
a { background-color: #02E70C; }
a { background-color: rgb(2,231,12); }
div.DivClassName
{
background-color: #02E70C;
}
.BgClassName
{
background-color: #02E70C;
}
</style>
border-color css
<style>
span { border-color: #02E70C; }
span { border-color: rgb(2,231,12); }
td.TdClassName
{
border-color: #02E70C;
}
.TagClassName
{
border-color: #02E70C;
}
</style>