Shades of Free Speech Green #02DB12
Tints of Free Speech Green #02DB12
RGB
CMYK
RGB Variations
Color information
#02DB12 (or 0x02DB12) is known color: Free Speech Green. HEX triplet: 02, DB and 12. RGB value is (2,219,18). Sum of RGB (Red+Green+Blue) = 2+219+18=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 219 (85.94% from 255 or 91.63% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 219 - color contains mainly: green. Hex color #02DB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DB12 is #FD24ED. Grayscale: #838383. Windows color (decimal): -16590062 or 1235714. OLE color: 1235714.
HSL color Cylindrical-coordinate representation of color #02DB12: hue angle of 124.42º 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 #02DB12 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 18 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.14 |
| HSL | 124.42º | 0.98% | 0.43% | - |
| HSV(B) | 124.42º | 0.99% | 0.86% | - |
| XYZ | 25.47 | 50.72 | 9.02 | - |
| YUV | 131.2 | 64.11 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 18 | 0.99 | 0 | 0.92 | 0.14 | 124.42 | 0.98 | 0.43 |
| Hex | 2 | DB | 12 | 63 | 0 | 5C | E | 7C | 62 | 2B |
| Octal | 2 | 333 | 22 | 143 | 0 | 134 | 16 | 174 | 142 | 53 |
| Binary | 10 | 11011011 | 10010 | 1100011 | 0 | 1011100 | 1110 | 1111100 | 1100010 | 101011 |
Color Harmonies of #02DB12
Complementary color
Monochromatic Colors of #02DB12
Black with #02DB12
Text Example
Text Example
White with #02DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DB12; }
p { color: rgb(2,219,18); }
H1.HeaderClassName
{
color: #02DB12;
}
.AnyTagClassName
{
color: #02DB12;
}
</style>
background-color css
<style>
a { background-color: #02DB12; }
a { background-color: rgb(2,219,18); }
div.DivClassName
{
background-color: #02DB12;
}
.BgClassName
{
background-color: #02DB12;
}
</style>
border-color css
<style>
span { border-color: #02DB12; }
span { border-color: rgb(2,219,18); }
td.TdClassName
{
border-color: #02DB12;
}
.TagClassName
{
border-color: #02DB12;
}
</style>