Shades of Free Speech Green #02E70F
Tints of Free Speech Green #02E70F
RGB
CMYK
RGB Variations
Color information
#02E70F (or 0x02E70F) is known color: Free Speech Green. HEX triplet: 02, E7 and 0F. RGB value is (2,231,15). Sum of RGB (Red+Green+Blue) = 2+231+15=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 231 (90.62% from 255 or 93.15% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 231 - color contains mainly: green. Hex color #02E70F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E70F is #FD18F0. Grayscale: #8A8A8A. Windows color (decimal): -16586993 or 1042178. OLE color: 1042178.
HSL color Cylindrical-coordinate representation of color #02E70F: hue angle of 123.41º 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 #02E70F is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 15 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.09 |
| HSL | 123.41º | 0.98% | 0.46% | - |
| HSV(B) | 123.41º | 0.99% | 0.91% | - |
| XYZ | 28.69 | 57.2 | 9.98 | - |
| YUV | 137.91 | 58.63 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 15 | 0.99 | 0 | 0.94 | 0.09 | 123.41 | 0.98 | 0.46 |
| Hex | 2 | E7 | F | 63 | 0 | 5E | 9 | 7B | 62 | 2E |
| Octal | 2 | 347 | 17 | 143 | 0 | 136 | 11 | 173 | 142 | 56 |
| Binary | 10 | 11100111 | 1111 | 1100011 | 0 | 1011110 | 1001 | 1111011 | 1100010 | 101110 |
Color Harmonies of #02E70F
Complementary color
Monochromatic Colors of #02E70F
Black with #02E70F
Text Example
Text Example
White with #02E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E70F; }
p { color: rgb(2,231,15); }
H1.HeaderClassName
{
color: #02E70F;
}
.AnyTagClassName
{
color: #02E70F;
}
</style>
background-color css
<style>
a { background-color: #02E70F; }
a { background-color: rgb(2,231,15); }
div.DivClassName
{
background-color: #02E70F;
}
.BgClassName
{
background-color: #02E70F;
}
</style>
border-color css
<style>
span { border-color: #02E70F; }
span { border-color: rgb(2,231,15); }
td.TdClassName
{
border-color: #02E70F;
}
.TagClassName
{
border-color: #02E70F;
}
</style>