Shades of Free Speech Green #02DF1F
Tints of Free Speech Green #02DF1F
RGB
CMYK
RGB Variations
Color information
#02DF1F (or 0x02DF1F) is known color: Free Speech Green. HEX triplet: 02, DF and 1F. RGB value is (2,223,31). Sum of RGB (Red+Green+Blue) = 2+223+31=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF1F is #FD20E0. Grayscale: #878787. Windows color (decimal): -16589025 or 2088706. OLE color: 2088706.
HSL color Cylindrical-coordinate representation of color #02DF1F: hue angle of 127.87º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DF1F is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 31 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.13 |
| HSL | 127.87º | 0.98% | 0.44% | - |
| HSV(B) | 127.87º | 0.99% | 0.87% | - |
| XYZ | 26.66 | 52.89 | 10.1 | - |
| YUV | 135.03 | 69.28 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 31 | 0.99 | 0 | 0.86 | 0.13 | 127.87 | 0.98 | 0.44 |
| Hex | 2 | DF | 1F | 63 | 0 | 56 | D | 80 | 62 | 2C |
| Octal | 2 | 337 | 37 | 143 | 0 | 126 | 15 | 200 | 142 | 54 |
| Binary | 10 | 11011111 | 11111 | 1100011 | 0 | 1010110 | 1101 | 10000000 | 1100010 | 101100 |
Color Harmonies of #02DF1F
Complementary color
Monochromatic Colors of #02DF1F
Black with #02DF1F
Text Example
Text Example
White with #02DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF1F; }
p { color: rgb(2,223,31); }
H1.HeaderClassName
{
color: #02DF1F;
}
.AnyTagClassName
{
color: #02DF1F;
}
</style>
background-color css
<style>
a { background-color: #02DF1F; }
a { background-color: rgb(2,223,31); }
div.DivClassName
{
background-color: #02DF1F;
}
.BgClassName
{
background-color: #02DF1F;
}
</style>
border-color css
<style>
span { border-color: #02DF1F; }
span { border-color: rgb(2,223,31); }
td.TdClassName
{
border-color: #02DF1F;
}
.TagClassName
{
border-color: #02DF1F;
}
</style>