Shades of Free Speech Green #02D306
Tints of Free Speech Green #02D306
RGB
CMYK
RGB Variations
Color information
#02D306 (or 0x02D306) is known color: Free Speech Green. HEX triplet: 02, D3 and 06. RGB value is (2,211,6). Sum of RGB (Red+Green+Blue) = 2+211+6=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 211 (82.81% from 255 or 96.35% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 211 - color contains mainly: green. Hex color #02D306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D306 is #FD2CF9. Grayscale: #7D7D7D. Windows color (decimal): -16592122 or 447234. OLE color: 447234.
HSL color Cylindrical-coordinate representation of color #02D306: hue angle of 121.15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D306 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 6 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.17 |
| HSL | 121.15º | 0.98% | 0.42% | - |
| HSV(B) | 121.15º | 0.99% | 0.83% | - |
| XYZ | 23.35 | 46.61 | 7.94 | - |
| YUV | 125.14 | 60.76 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 6 | 0.99 | 0 | 0.97 | 0.17 | 121.15 | 0.98 | 0.42 |
| Hex | 2 | D3 | 6 | 63 | 0 | 61 | 11 | 79 | 62 | 2A |
| Octal | 2 | 323 | 6 | 143 | 0 | 141 | 21 | 171 | 142 | 52 |
| Binary | 10 | 11010011 | 110 | 1100011 | 0 | 1100001 | 10001 | 1111001 | 1100010 | 101010 |
Color Harmonies of #02D306
Complementary color
Monochromatic Colors of #02D306
Black with #02D306
Text Example
Text Example
White with #02D306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D306; }
p { color: rgb(2,211,6); }
H1.HeaderClassName
{
color: #02D306;
}
.AnyTagClassName
{
color: #02D306;
}
</style>
background-color css
<style>
a { background-color: #02D306; }
a { background-color: rgb(2,211,6); }
div.DivClassName
{
background-color: #02D306;
}
.BgClassName
{
background-color: #02D306;
}
</style>
border-color css
<style>
span { border-color: #02D306; }
span { border-color: rgb(2,211,6); }
td.TdClassName
{
border-color: #02D306;
}
.TagClassName
{
border-color: #02D306;
}
</style>