Shades of Free Speech Green #02D90D
Tints of Free Speech Green #02D90D
RGB
CMYK
RGB Variations
Color information
#02D90D (or 0x02D90D) is known color: Free Speech Green. HEX triplet: 02, D9 and 0D. RGB value is (2,217,13). Sum of RGB (Red+Green+Blue) = 2+217+13=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 217 (85.16% from 255 or 93.53% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 217 - color contains mainly: green. Hex color #02D90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D90D is #FD26F2. Grayscale: #828282. Windows color (decimal): -16590579 or 907522. OLE color: 907522.
HSL color Cylindrical-coordinate representation of color #02D90D: hue angle of 123.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D90D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.15 |
| HSL | 123.07º | 0.98% | 0.43% | - |
| HSV(B) | 123.07º | 0.99% | 0.85% | - |
| XYZ | 24.91 | 49.67 | 8.65 | - |
| YUV | 129.46 | 62.27 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 13 | 0.99 | 0 | 0.94 | 0.15 | 123.07 | 0.98 | 0.43 |
| Hex | 2 | D9 | D | 63 | 0 | 5E | F | 7B | 62 | 2B |
| Octal | 2 | 331 | 15 | 143 | 0 | 136 | 17 | 173 | 142 | 53 |
| Binary | 10 | 11011001 | 1101 | 1100011 | 0 | 1011110 | 1111 | 1111011 | 1100010 | 101011 |
Color Harmonies of #02D90D
Complementary color
Monochromatic Colors of #02D90D
Black with #02D90D
Text Example
Text Example
White with #02D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D90D; }
p { color: rgb(2,217,13); }
H1.HeaderClassName
{
color: #02D90D;
}
.AnyTagClassName
{
color: #02D90D;
}
</style>
background-color css
<style>
a { background-color: #02D90D; }
a { background-color: rgb(2,217,13); }
div.DivClassName
{
background-color: #02D90D;
}
.BgClassName
{
background-color: #02D90D;
}
</style>
border-color css
<style>
span { border-color: #02D90D; }
span { border-color: rgb(2,217,13); }
td.TdClassName
{
border-color: #02D90D;
}
.TagClassName
{
border-color: #02D90D;
}
</style>