Shades of Free Speech Green #02DC21
Tints of Free Speech Green #02DC21
RGB
CMYK
RGB Variations
Color information
#02DC21 (or 0x02DC21) is known color: Free Speech Green. HEX triplet: 02, DC and 21. RGB value is (2,220,33). Sum of RGB (Red+Green+Blue) = 2+220+33=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 220 (86.33% from 255 or 86.27% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC21 is #FD23DE. Grayscale: #868686. Windows color (decimal): -16589791 or 2219010. OLE color: 2219010.
HSL color Cylindrical-coordinate representation of color #02DC21: hue angle of 128.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC21 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 33 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.14 |
| HSL | 128.53º | 0.98% | 0.44% | - |
| HSV(B) | 128.53º | 0.99% | 0.86% | - |
| XYZ | 25.89 | 51.31 | 9.98 | - |
| YUV | 133.5 | 71.28 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 33 | 0.99 | 0 | 0.85 | 0.14 | 128.53 | 0.98 | 0.44 |
| Hex | 2 | DC | 21 | 63 | 0 | 55 | E | 81 | 62 | 2C |
| Octal | 2 | 334 | 41 | 143 | 0 | 125 | 16 | 201 | 142 | 54 |
| Binary | 10 | 11011100 | 100001 | 1100011 | 0 | 1010101 | 1110 | 10000001 | 1100010 | 101100 |
Color Harmonies of #02DC21
Complementary color
Monochromatic Colors of #02DC21
Black with #02DC21
Text Example
Text Example
White with #02DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC21; }
p { color: rgb(2,220,33); }
H1.HeaderClassName
{
color: #02DC21;
}
.AnyTagClassName
{
color: #02DC21;
}
</style>
background-color css
<style>
a { background-color: #02DC21; }
a { background-color: rgb(2,220,33); }
div.DivClassName
{
background-color: #02DC21;
}
.BgClassName
{
background-color: #02DC21;
}
</style>
border-color css
<style>
span { border-color: #02DC21; }
span { border-color: rgb(2,220,33); }
td.TdClassName
{
border-color: #02DC21;
}
.TagClassName
{
border-color: #02DC21;
}
</style>