Shades of Free Speech Green #02DA0C
Tints of Free Speech Green #02DA0C
RGB
CMYK
RGB Variations
Color information
#02DA0C (or 0x02DA0C) is known color: Free Speech Green. HEX triplet: 02, DA and 0C. RGB value is (2,218,12). Sum of RGB (Red+Green+Blue) = 2+218+12=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 218 (85.55% from 255 or 93.97% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DA0C is #FD25F3. Grayscale: #828282. Windows color (decimal): -16590324 or 842242. OLE color: 842242.
HSL color Cylindrical-coordinate representation of color #02DA0C: hue angle of 122.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DA0C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 218 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.15 |
| HSL | 122.78º | 0.98% | 0.43% | - |
| HSV(B) | 122.78º | 0.99% | 0.85% | - |
| XYZ | 25.16 | 50.18 | 8.71 | - |
| YUV | 129.93 | 61.44 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 12 | 0.99 | 0 | 0.94 | 0.15 | 122.78 | 0.98 | 0.43 |
| Hex | 2 | DA | C | 63 | 0 | 5E | F | 7B | 62 | 2B |
| Octal | 2 | 332 | 14 | 143 | 0 | 136 | 17 | 173 | 142 | 53 |
| Binary | 10 | 11011010 | 1100 | 1100011 | 0 | 1011110 | 1111 | 1111011 | 1100010 | 101011 |
Color Harmonies of #02DA0C
Complementary color
Monochromatic Colors of #02DA0C
Black with #02DA0C
Text Example
Text Example
White with #02DA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DA0C; }
p { color: rgb(2,218,12); }
H1.HeaderClassName
{
color: #02DA0C;
}
.AnyTagClassName
{
color: #02DA0C;
}
</style>
background-color css
<style>
a { background-color: #02DA0C; }
a { background-color: rgb(2,218,12); }
div.DivClassName
{
background-color: #02DA0C;
}
.BgClassName
{
background-color: #02DA0C;
}
</style>
border-color css
<style>
span { border-color: #02DA0C; }
span { border-color: rgb(2,218,12); }
td.TdClassName
{
border-color: #02DA0C;
}
.TagClassName
{
border-color: #02DA0C;
}
</style>