Shades of Free Speech Green #01DC02
Tints of Free Speech Green #01DC02
RGB
CMYK
RGB Variations
Color information
#01DC02 (or 0x01DC02) is known color: Free Speech Green. HEX triplet: 01, DC and 02. RGB value is (1,220,2). Sum of RGB (Red+Green+Blue) = 1+220+2=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 220 (86.33% from 255 or 98.65% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DC02 is #FE23FD. Grayscale: #828282. Windows color (decimal): -16655358 or 187393. OLE color: 187393.
HSL color Cylindrical-coordinate representation of color #01DC02: hue angle of 120.27º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC02 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 2 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.14 |
| HSL | 120.27º | 0.99% | 0.43% | - |
| HSV(B) | 120.27º | 1% | 0.86% | - |
| XYZ | 25.62 | 51.2 | 8.59 | - |
| YUV | 129.67 | 55.95 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 2 | 1.00 | 0 | 0.99 | 0.14 | 120.27 | 0.99 | 0.43 |
| Hex | 1 | DC | 2 | 64 | 0 | 63 | E | 78 | 63 | 2B |
| Octal | 1 | 334 | 2 | 144 | 0 | 143 | 16 | 170 | 143 | 53 |
| Binary | 1 | 11011100 | 10 | 1100100 | 0 | 1100011 | 1110 | 1111000 | 1100011 | 101011 |
Color Harmonies of #01DC02
Complementary color
Monochromatic Colors of #01DC02
Black with #01DC02
Text Example
Text Example
White with #01DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC02; }
p { color: rgb(1,220,2); }
H1.HeaderClassName
{
color: #01DC02;
}
.AnyTagClassName
{
color: #01DC02;
}
</style>
background-color css
<style>
a { background-color: #01DC02; }
a { background-color: rgb(1,220,2); }
div.DivClassName
{
background-color: #01DC02;
}
.BgClassName
{
background-color: #01DC02;
}
</style>
border-color css
<style>
span { border-color: #01DC02; }
span { border-color: rgb(1,220,2); }
td.TdClassName
{
border-color: #01DC02;
}
.TagClassName
{
border-color: #01DC02;
}
</style>