Shades of Free Speech Green #02FF1D
Tints of Free Speech Green #02FF1D
RGB
CMYK
RGB Variations
Color information
#02FF1D (or 0x02FF1D) is known color: Free Speech Green. HEX triplet: 02, FF and 1D. RGB value is (2,255,29). Sum of RGB (Red+Green+Blue) = 2+255+29=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FF1D is #FD00E2. Grayscale: #9A9A9A. Windows color (decimal): -16580835 or 1965826. OLE color: 1965826.
HSL color Cylindrical-coordinate representation of color #02FF1D: hue angle of 126.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF1D is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 29 | - |
| CMYK | 0.99 | 0 | 0.89 | 0 |
| HSL | 126.4º | 1% | 0.5% | - |
| HSV(B) | 126.4º | 0.99% | 1% | - |
| XYZ | 36.01 | 71.62 | 13.09 | - |
| YUV | 153.59 | 57.68 | 19.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 29 | 0.99 | 0 | 0.89 | 0 | 126.4 | 1 | 0.5 |
| Hex | 2 | FF | 1D | 63 | 0 | 59 | 0 | 7E | 64 | 32 |
| Octal | 2 | 377 | 35 | 143 | 0 | 131 | 0 | 176 | 144 | 62 |
| Binary | 10 | 11111111 | 11101 | 1100011 | 0 | 1011001 | 0 | 1111110 | 1100100 | 110010 |
Color Harmonies of #02FF1D
Complementary color
Monochromatic Colors of #02FF1D
Black with #02FF1D
Text Example
Text Example
White with #02FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF1D; }
p { color: rgb(2,255,29); }
H1.HeaderClassName
{
color: #02FF1D;
}
.AnyTagClassName
{
color: #02FF1D;
}
</style>
background-color css
<style>
a { background-color: #02FF1D; }
a { background-color: rgb(2,255,29); }
div.DivClassName
{
background-color: #02FF1D;
}
.BgClassName
{
background-color: #02FF1D;
}
</style>
border-color css
<style>
span { border-color: #02FF1D; }
span { border-color: rgb(2,255,29); }
td.TdClassName
{
border-color: #02FF1D;
}
.TagClassName
{
border-color: #02FF1D;
}
</style>