Shades of Free Speech Green #02DB16
Tints of Free Speech Green #02DB16
RGB
CMYK
RGB Variations
Color information
#02DB16 (or 0x02DB16) is known color: Free Speech Green. HEX triplet: 02, DB and 16. RGB value is (2,219,22). Sum of RGB (Red+Green+Blue) = 2+219+22=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #02DB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DB16 is #FD24E9. Grayscale: #848484. Windows color (decimal): -16590058 or 1497858. OLE color: 1497858.
HSL color Cylindrical-coordinate representation of color #02DB16: hue angle of 125.53º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DB16 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 22 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.14 |
| HSL | 125.53º | 0.98% | 0.43% | - |
| HSV(B) | 125.53º | 0.99% | 0.86% | - |
| XYZ | 25.5 | 50.73 | 9.21 | - |
| YUV | 131.66 | 66.11 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 22 | 0.99 | 0 | 0.90 | 0.14 | 125.53 | 0.98 | 0.43 |
| Hex | 2 | DB | 16 | 63 | 0 | 5A | E | 7E | 62 | 2B |
| Octal | 2 | 333 | 26 | 143 | 0 | 132 | 16 | 176 | 142 | 53 |
| Binary | 10 | 11011011 | 10110 | 1100011 | 0 | 1011010 | 1110 | 1111110 | 1100010 | 101011 |
Color Harmonies of #02DB16
Complementary color
Monochromatic Colors of #02DB16
Black with #02DB16
Text Example
Text Example
White with #02DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DB16; }
p { color: rgb(2,219,22); }
H1.HeaderClassName
{
color: #02DB16;
}
.AnyTagClassName
{
color: #02DB16;
}
</style>
background-color css
<style>
a { background-color: #02DB16; }
a { background-color: rgb(2,219,22); }
div.DivClassName
{
background-color: #02DB16;
}
.BgClassName
{
background-color: #02DB16;
}
</style>
border-color css
<style>
span { border-color: #02DB16; }
span { border-color: rgb(2,219,22); }
td.TdClassName
{
border-color: #02DB16;
}
.TagClassName
{
border-color: #02DB16;
}
</style>