Shades of Free Speech Green #02EF2D
Tints of Free Speech Green #02EF2D
RGB
CMYK
RGB Variations
Color information
#02EF2D (or 0x02EF2D) is known color: Free Speech Green. HEX triplet: 02, EF and 2D. RGB value is (2,239,45). Sum of RGB (Red+Green+Blue) = 2+239+45=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 239 (93.75% from 255 or 83.57% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EF2D is #FD10D2. Grayscale: #929292. Windows color (decimal): -16584915 or 3010306. OLE color: 3010306.
HSL color Cylindrical-coordinate representation of color #02EF2D: hue angle of 130.89º 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 #02EF2D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 45 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.06 |
| HSL | 130.89º | 0.98% | 0.47% | - |
| HSV(B) | 130.89º | 0.99% | 0.94% | - |
| XYZ | 31.37 | 61.94 | 12.78 | - |
| YUV | 146.02 | 70.98 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 45 | 0.99 | 0 | 0.81 | 0.06 | 130.89 | 0.98 | 0.47 |
| Hex | 2 | EF | 2D | 63 | 0 | 51 | 6 | 83 | 62 | 2F |
| Octal | 2 | 357 | 55 | 143 | 0 | 121 | 6 | 203 | 142 | 57 |
| Binary | 10 | 11101111 | 101101 | 1100011 | 0 | 1010001 | 110 | 10000011 | 1100010 | 101111 |
Color Harmonies of #02EF2D
Complementary color
Monochromatic Colors of #02EF2D
Black with #02EF2D
Text Example
Text Example
White with #02EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EF2D; }
p { color: rgb(2,239,45); }
H1.HeaderClassName
{
color: #02EF2D;
}
.AnyTagClassName
{
color: #02EF2D;
}
</style>
background-color css
<style>
a { background-color: #02EF2D; }
a { background-color: rgb(2,239,45); }
div.DivClassName
{
background-color: #02EF2D;
}
.BgClassName
{
background-color: #02EF2D;
}
</style>
border-color css
<style>
span { border-color: #02EF2D; }
span { border-color: rgb(2,239,45); }
td.TdClassName
{
border-color: #02EF2D;
}
.TagClassName
{
border-color: #02EF2D;
}
</style>