Shades of Free Speech Green #02D30E
Tints of Free Speech Green #02D30E
RGB
CMYK
RGB Variations
Color information
#02D30E (or 0x02D30E) is known color: Free Speech Green. HEX triplet: 02, D3 and 0E. RGB value is (2,211,14). Sum of RGB (Red+Green+Blue) = 2+211+14=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 211 (82.81% from 255 or 92.95% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 211 - color contains mainly: green. Hex color #02D30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D30E is #FD2CF1. Grayscale: #7E7E7E. Windows color (decimal): -16592114 or 971522. OLE color: 971522.
HSL color Cylindrical-coordinate representation of color #02D30E: hue angle of 123.44º 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 #02D30E is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 14 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.17 |
| HSL | 123.45º | 0.98% | 0.42% | - |
| HSV(B) | 123.45º | 0.99% | 0.83% | - |
| XYZ | 23.4 | 46.63 | 8.18 | - |
| YUV | 126.05 | 64.76 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 14 | 0.99 | 0 | 0.93 | 0.17 | 123.45 | 0.98 | 0.42 |
| Hex | 2 | D3 | E | 63 | 0 | 5D | 11 | 7B | 62 | 2A |
| Octal | 2 | 323 | 16 | 143 | 0 | 135 | 21 | 173 | 142 | 52 |
| Binary | 10 | 11010011 | 1110 | 1100011 | 0 | 1011101 | 10001 | 1111011 | 1100010 | 101010 |
Color Harmonies of #02D30E
Complementary color
Monochromatic Colors of #02D30E
Black with #02D30E
Text Example
Text Example
White with #02D30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D30E; }
p { color: rgb(2,211,14); }
H1.HeaderClassName
{
color: #02D30E;
}
.AnyTagClassName
{
color: #02D30E;
}
</style>
background-color css
<style>
a { background-color: #02D30E; }
a { background-color: rgb(2,211,14); }
div.DivClassName
{
background-color: #02D30E;
}
.BgClassName
{
background-color: #02D30E;
}
</style>
border-color css
<style>
span { border-color: #02D30E; }
span { border-color: rgb(2,211,14); }
td.TdClassName
{
border-color: #02D30E;
}
.TagClassName
{
border-color: #02D30E;
}
</style>