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