Shades of Free Speech Green #02EF1E
Tints of Free Speech Green #02EF1E
RGB
CMYK
RGB Variations
Color information
#02EF1E (or 0x02EF1E) is known color: Free Speech Green. HEX triplet: 02, EF and 1E. RGB value is (2,239,30). Sum of RGB (Red+Green+Blue) = 2+239+30=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 239 (93.75% from 255 or 88.19% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EF1E is #FD10E1. Grayscale: #909090. Windows color (decimal): -16584930 or 2027266. OLE color: 2027266.
HSL color Cylindrical-coordinate representation of color #02EF1E: hue angle of 127.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EF1E is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 30 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.06 |
| HSL | 127.09º | 0.98% | 0.47% | - |
| HSV(B) | 127.09º | 0.99% | 0.94% | - |
| XYZ | 31.13 | 61.84 | 11.52 | - |
| YUV | 144.31 | 63.48 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 30 | 0.99 | 0 | 0.87 | 0.06 | 127.09 | 0.98 | 0.47 |
| Hex | 2 | EF | 1E | 63 | 0 | 57 | 6 | 7F | 62 | 2F |
| Octal | 2 | 357 | 36 | 143 | 0 | 127 | 6 | 177 | 142 | 57 |
| Binary | 10 | 11101111 | 11110 | 1100011 | 0 | 1010111 | 110 | 1111111 | 1100010 | 101111 |
Color Harmonies of #02EF1E
Complementary color
Monochromatic Colors of #02EF1E
Black with #02EF1E
Text Example
Text Example
White with #02EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EF1E; }
p { color: rgb(2,239,30); }
H1.HeaderClassName
{
color: #02EF1E;
}
.AnyTagClassName
{
color: #02EF1E;
}
</style>
background-color css
<style>
a { background-color: #02EF1E; }
a { background-color: rgb(2,239,30); }
div.DivClassName
{
background-color: #02EF1E;
}
.BgClassName
{
background-color: #02EF1E;
}
</style>
border-color css
<style>
span { border-color: #02EF1E; }
span { border-color: rgb(2,239,30); }
td.TdClassName
{
border-color: #02EF1E;
}
.TagClassName
{
border-color: #02EF1E;
}
</style>