Shades of Free Speech Green #02DF05
Tints of Free Speech Green #02DF05
RGB
CMYK
RGB Variations
Color information
#02DF05 (or 0x02DF05) is known color: Free Speech Green. HEX triplet: 02, DF and 05. RGB value is (2,223,5). Sum of RGB (Red+Green+Blue) = 2+223+5=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 223 (87.5% from 255 or 96.96% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DF05 is #FD20FA. Grayscale: #848484. Windows color (decimal): -16589051 or 384770. OLE color: 384770.
HSL color Cylindrical-coordinate representation of color #02DF05: hue angle of 120.81º 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 #02DF05 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 5 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.13 |
| HSL | 120.81º | 0.98% | 0.44% | - |
| HSV(B) | 120.81º | 0.99% | 0.87% | - |
| XYZ | 26.44 | 52.8 | 8.94 | - |
| YUV | 132.07 | 56.28 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 5 | 0.99 | 0 | 0.98 | 0.13 | 120.81 | 0.98 | 0.44 |
| Hex | 2 | DF | 5 | 63 | 0 | 62 | D | 79 | 62 | 2C |
| Octal | 2 | 337 | 5 | 143 | 0 | 142 | 15 | 171 | 142 | 54 |
| Binary | 10 | 11011111 | 101 | 1100011 | 0 | 1100010 | 1101 | 1111001 | 1100010 | 101100 |
Color Harmonies of #02DF05
Complementary color
Monochromatic Colors of #02DF05
Black with #02DF05
Text Example
Text Example
White with #02DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF05; }
p { color: rgb(2,223,5); }
H1.HeaderClassName
{
color: #02DF05;
}
.AnyTagClassName
{
color: #02DF05;
}
</style>
background-color css
<style>
a { background-color: #02DF05; }
a { background-color: rgb(2,223,5); }
div.DivClassName
{
background-color: #02DF05;
}
.BgClassName
{
background-color: #02DF05;
}
</style>
border-color css
<style>
span { border-color: #02DF05; }
span { border-color: rgb(2,223,5); }
td.TdClassName
{
border-color: #02DF05;
}
.TagClassName
{
border-color: #02DF05;
}
</style>