Shades of Free Speech Green #02DD1D
Tints of Free Speech Green #02DD1D
RGB
CMYK
RGB Variations
Color information
#02DD1D (or 0x02DD1D) is known color: Free Speech Green. HEX triplet: 02, DD and 1D. RGB value is (2,221,29). Sum of RGB (Red+Green+Blue) = 2+221+29=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 221 (86.72% from 255 or 87.70% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DD1D is #FD22E2. Grayscale: #868686. Windows color (decimal): -16589539 or 1957122. OLE color: 1957122.
HSL color Cylindrical-coordinate representation of color #02DD1D: hue angle of 127.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD1D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 29 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.13 |
| HSL | 127.4º | 0.98% | 0.44% | - |
| HSV(B) | 127.4º | 0.99% | 0.87% | - |
| XYZ | 26.1 | 51.81 | 9.79 | - |
| YUV | 133.63 | 68.95 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 29 | 0.99 | 0 | 0.87 | 0.13 | 127.4 | 0.98 | 0.44 |
| Hex | 2 | DD | 1D | 63 | 0 | 57 | D | 7F | 62 | 2C |
| Octal | 2 | 335 | 35 | 143 | 0 | 127 | 15 | 177 | 142 | 54 |
| Binary | 10 | 11011101 | 11101 | 1100011 | 0 | 1010111 | 1101 | 1111111 | 1100010 | 101100 |
Color Harmonies of #02DD1D
Complementary color
Monochromatic Colors of #02DD1D
Black with #02DD1D
Text Example
Text Example
White with #02DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD1D; }
p { color: rgb(2,221,29); }
H1.HeaderClassName
{
color: #02DD1D;
}
.AnyTagClassName
{
color: #02DD1D;
}
</style>
background-color css
<style>
a { background-color: #02DD1D; }
a { background-color: rgb(2,221,29); }
div.DivClassName
{
background-color: #02DD1D;
}
.BgClassName
{
background-color: #02DD1D;
}
</style>
border-color css
<style>
span { border-color: #02DD1D; }
span { border-color: rgb(2,221,29); }
td.TdClassName
{
border-color: #02DD1D;
}
.TagClassName
{
border-color: #02DD1D;
}
</style>