Shades of Free Speech Green #02DF09
Tints of Free Speech Green #02DF09
RGB
CMYK
RGB Variations
Color information
#02DF09 (or 0x02DF09) is known color: Free Speech Green. HEX triplet: 02, DF and 09. RGB value is (2,223,9). Sum of RGB (Red+Green+Blue) = 2+223+9=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 223 (87.5% from 255 or 95.30% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DF09 is #FD20F6. Grayscale: #858585. Windows color (decimal): -16589047 or 646914. OLE color: 646914.
HSL color Cylindrical-coordinate representation of color #02DF09: hue angle of 121.9º 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 #02DF09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 9 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.13 |
| HSL | 121.9º | 0.98% | 0.44% | - |
| HSV(B) | 121.9º | 0.99% | 0.87% | - |
| XYZ | 26.46 | 52.81 | 9.06 | - |
| YUV | 132.53 | 58.28 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 9 | 0.99 | 0 | 0.96 | 0.13 | 121.9 | 0.98 | 0.44 |
| Hex | 2 | DF | 9 | 63 | 0 | 60 | D | 7A | 62 | 2C |
| Octal | 2 | 337 | 11 | 143 | 0 | 140 | 15 | 172 | 142 | 54 |
| Binary | 10 | 11011111 | 1001 | 1100011 | 0 | 1100000 | 1101 | 1111010 | 1100010 | 101100 |
Color Harmonies of #02DF09
Complementary color
Monochromatic Colors of #02DF09
Black with #02DF09
Text Example
Text Example
White with #02DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF09; }
p { color: rgb(2,223,9); }
H1.HeaderClassName
{
color: #02DF09;
}
.AnyTagClassName
{
color: #02DF09;
}
</style>
background-color css
<style>
a { background-color: #02DF09; }
a { background-color: rgb(2,223,9); }
div.DivClassName
{
background-color: #02DF09;
}
.BgClassName
{
background-color: #02DF09;
}
</style>
border-color css
<style>
span { border-color: #02DF09; }
span { border-color: rgb(2,223,9); }
td.TdClassName
{
border-color: #02DF09;
}
.TagClassName
{
border-color: #02DF09;
}
</style>