Shades of Free Speech Green #00D71E
Tints of Free Speech Green #00D71E
RGB
CMYK
RGB Variations
Color information
#00D71E (or 0x00D71E) is known color: Free Speech Green. HEX triplet: 00, D7 and 1E. RGB value is (0,215,30). Sum of RGB (Red+Green+Blue) = 0+215+30=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 215 (84.38% from 255 or 87.76% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 215 - color contains mainly: green. Hex color #00D71E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D71E is #FF28E1. Grayscale: #828282. Windows color (decimal): -16722146 or 2021120. OLE color: 2021120.
HSL color Cylindrical-coordinate representation of color #00D71E: hue angle of 128.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D71E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 30 | - |
| CMYK | 1 | 0 | 0.86 | 0.16 |
| HSL | 128.37º | 1% | 0.42% | - |
| HSV(B) | 128.37º | 1% | 0.84% | - |
| XYZ | 24.53 | 48.69 | 9.33 | - |
| YUV | 129.63 | 71.77 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 30 | 1 | 0 | 0.86 | 0.16 | 128.37 | 1 | 0.42 |
| Hex | 0 | D7 | 1E | 64 | 0 | 56 | 10 | 80 | 64 | 2A |
| Octal | 0 | 327 | 36 | 144 | 0 | 126 | 20 | 200 | 144 | 52 |
| Binary | 0 | 11010111 | 11110 | 1100100 | 0 | 1010110 | 10000 | 10000000 | 1100100 | 101010 |
Color Harmonies of #00D71E
Complementary color
Monochromatic Colors of #00D71E
Black with #00D71E
Text Example
Text Example
White with #00D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D71E; }
p { color: rgb(0,215,30); }
H1.HeaderClassName
{
color: #00D71E;
}
.AnyTagClassName
{
color: #00D71E;
}
</style>
background-color css
<style>
a { background-color: #00D71E; }
a { background-color: rgb(0,215,30); }
div.DivClassName
{
background-color: #00D71E;
}
.BgClassName
{
background-color: #00D71E;
}
</style>
border-color css
<style>
span { border-color: #00D71E; }
span { border-color: rgb(0,215,30); }
td.TdClassName
{
border-color: #00D71E;
}
.TagClassName
{
border-color: #00D71E;
}
</style>