Shades of Free Speech Green #02D00D
Tints of Free Speech Green #02D00D
RGB
CMYK
RGB Variations
Color information
#02D00D (or 0x02D00D) is known color: Free Speech Green. HEX triplet: 02, D0 and 0D. RGB value is (2,208,13). Sum of RGB (Red+Green+Blue) = 2+208+13=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 208 (81.64% from 255 or 93.27% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 208 - color contains mainly: green. Hex color #02D00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D00D is #FD2FF2. Grayscale: #7C7C7C. Windows color (decimal): -16592883 or 905218. OLE color: 905218.
HSL color Cylindrical-coordinate representation of color #02D00D: hue angle of 123.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D00D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.18 |
| HSL | 123.2º | 0.98% | 0.41% | - |
| HSV(B) | 123.2º | 0.99% | 0.82% | - |
| XYZ | 22.65 | 45.15 | 7.9 | - |
| YUV | 124.18 | 65.25 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 13 | 0.99 | 0 | 0.94 | 0.18 | 123.2 | 0.98 | 0.41 |
| Hex | 2 | D0 | D | 63 | 0 | 5E | 12 | 7B | 62 | 29 |
| Octal | 2 | 320 | 15 | 143 | 0 | 136 | 22 | 173 | 142 | 51 |
| Binary | 10 | 11010000 | 1101 | 1100011 | 0 | 1011110 | 10010 | 1111011 | 1100010 | 101001 |
Color Harmonies of #02D00D
Complementary color
Monochromatic Colors of #02D00D
Black with #02D00D
Text Example
Text Example
White with #02D00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D00D; }
p { color: rgb(2,208,13); }
H1.HeaderClassName
{
color: #02D00D;
}
.AnyTagClassName
{
color: #02D00D;
}
</style>
background-color css
<style>
a { background-color: #02D00D; }
a { background-color: rgb(2,208,13); }
div.DivClassName
{
background-color: #02D00D;
}
.BgClassName
{
background-color: #02D00D;
}
</style>
border-color css
<style>
span { border-color: #02D00D; }
span { border-color: rgb(2,208,13); }
td.TdClassName
{
border-color: #02D00D;
}
.TagClassName
{
border-color: #02D00D;
}
</style>