Shades of Free Speech Green #02EC27
Tints of Free Speech Green #02EC27
RGB
CMYK
RGB Variations
Color information
#02EC27 (or 0x02EC27) is known color: Free Speech Green. HEX triplet: 02, EC and 27. RGB value is (2,236,39). Sum of RGB (Red+Green+Blue) = 2+236+39=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 236 (92.58% from 255 or 85.20% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC27 is #FD13D8. Grayscale: #909090. Windows color (decimal): -16585689 or 2616322. OLE color: 2616322.
HSL color Cylindrical-coordinate representation of color #02EC27: hue angle of 129.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC27 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 39 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.07 |
| HSL | 129.49º | 0.98% | 0.47% | - |
| HSV(B) | 129.49º | 0.99% | 0.93% | - |
| XYZ | 30.39 | 60.15 | 11.93 | - |
| YUV | 143.58 | 68.98 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 39 | 0.99 | 0 | 0.83 | 0.07 | 129.49 | 0.98 | 0.47 |
| Hex | 2 | EC | 27 | 63 | 0 | 53 | 7 | 81 | 62 | 2F |
| Octal | 2 | 354 | 47 | 143 | 0 | 123 | 7 | 201 | 142 | 57 |
| Binary | 10 | 11101100 | 100111 | 1100011 | 0 | 1010011 | 111 | 10000001 | 1100010 | 101111 |
Color Harmonies of #02EC27
Complementary color
Monochromatic Colors of #02EC27
Black with #02EC27
Text Example
Text Example
White with #02EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC27; }
p { color: rgb(2,236,39); }
H1.HeaderClassName
{
color: #02EC27;
}
.AnyTagClassName
{
color: #02EC27;
}
</style>
background-color css
<style>
a { background-color: #02EC27; }
a { background-color: rgb(2,236,39); }
div.DivClassName
{
background-color: #02EC27;
}
.BgClassName
{
background-color: #02EC27;
}
</style>
border-color css
<style>
span { border-color: #02EC27; }
span { border-color: rgb(2,236,39); }
td.TdClassName
{
border-color: #02EC27;
}
.TagClassName
{
border-color: #02EC27;
}
</style>