Shades of Free Speech Green #02EF2C
Tints of Free Speech Green #02EF2C
RGB
CMYK
RGB Variations
Color information
#02EF2C (or 0x02EF2C) is known color: Free Speech Green. HEX triplet: 02, EF and 2C. RGB value is (2,239,44). Sum of RGB (Red+Green+Blue) = 2+239+44=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EF2C is #FD10D3. Grayscale: #929292. Windows color (decimal): -16584916 or 2944770. OLE color: 2944770.
HSL color Cylindrical-coordinate representation of color #02EF2C: hue angle of 130.63º 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 #02EF2C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 44 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.06 |
| HSL | 130.63º | 0.98% | 0.47% | - |
| HSV(B) | 130.63º | 0.99% | 0.94% | - |
| XYZ | 31.35 | 61.93 | 12.68 | - |
| YUV | 145.91 | 70.48 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 44 | 0.99 | 0 | 0.82 | 0.06 | 130.63 | 0.98 | 0.47 |
| Hex | 2 | EF | 2C | 63 | 0 | 52 | 6 | 83 | 62 | 2F |
| Octal | 2 | 357 | 54 | 143 | 0 | 122 | 6 | 203 | 142 | 57 |
| Binary | 10 | 11101111 | 101100 | 1100011 | 0 | 1010010 | 110 | 10000011 | 1100010 | 101111 |
Color Harmonies of #02EF2C
Complementary color
Monochromatic Colors of #02EF2C
Black with #02EF2C
Text Example
Text Example
White with #02EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EF2C; }
p { color: rgb(2,239,44); }
H1.HeaderClassName
{
color: #02EF2C;
}
.AnyTagClassName
{
color: #02EF2C;
}
</style>
background-color css
<style>
a { background-color: #02EF2C; }
a { background-color: rgb(2,239,44); }
div.DivClassName
{
background-color: #02EF2C;
}
.BgClassName
{
background-color: #02EF2C;
}
</style>
border-color css
<style>
span { border-color: #02EF2C; }
span { border-color: rgb(2,239,44); }
td.TdClassName
{
border-color: #02EF2C;
}
.TagClassName
{
border-color: #02EF2C;
}
</style>