Shades of Free Speech Green #02D013
Tints of Free Speech Green #02D013
RGB
CMYK
RGB Variations
Color information
#02D013 (or 0x02D013) is known color: Free Speech Green. HEX triplet: 02, D0 and 13. RGB value is (2,208,19). Sum of RGB (Red+Green+Blue) = 2+208+19=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 208 (81.64% from 255 or 90.83% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 208 - color contains mainly: green. Hex color #02D013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D013 is #FD2FEC. Grayscale: #7D7D7D. Windows color (decimal): -16592877 or 1298434. OLE color: 1298434.
HSL color Cylindrical-coordinate representation of color #02D013: hue angle of 124.95º 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 #02D013 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 19 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.18 |
| HSL | 124.95º | 0.98% | 0.41% | - |
| HSV(B) | 124.95º | 0.99% | 0.82% | - |
| XYZ | 22.7 | 45.17 | 8.14 | - |
| YUV | 124.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 19 | 0.99 | 0 | 0.91 | 0.18 | 124.95 | 0.98 | 0.41 |
| Hex | 2 | D0 | 13 | 63 | 0 | 5B | 12 | 7D | 62 | 29 |
| Octal | 2 | 320 | 23 | 143 | 0 | 133 | 22 | 175 | 142 | 51 |
| Binary | 10 | 11010000 | 10011 | 1100011 | 0 | 1011011 | 10010 | 1111101 | 1100010 | 101001 |
Color Harmonies of #02D013
Complementary color
Monochromatic Colors of #02D013
Black with #02D013
Text Example
Text Example
White with #02D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D013; }
p { color: rgb(2,208,19); }
H1.HeaderClassName
{
color: #02D013;
}
.AnyTagClassName
{
color: #02D013;
}
</style>
background-color css
<style>
a { background-color: #02D013; }
a { background-color: rgb(2,208,19); }
div.DivClassName
{
background-color: #02D013;
}
.BgClassName
{
background-color: #02D013;
}
</style>
border-color css
<style>
span { border-color: #02D013; }
span { border-color: rgb(2,208,19); }
td.TdClassName
{
border-color: #02D013;
}
.TagClassName
{
border-color: #02D013;
}
</style>