Shades of Free Speech Green #03D71E
Tints of Free Speech Green #03D71E
RGB
CMYK
RGB Variations
Color information
#03D71E (or 0x03D71E) is known color: Free Speech Green. HEX triplet: 03, D7 and 1E. RGB value is (3,215,30). Sum of RGB (Red+Green+Blue) = 3+215+30=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 215 (84.38% from 255 or 86.69% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 215 - color contains mainly: green. Hex color #03D71E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D71E is #FC28E1. Grayscale: #838383. Windows color (decimal): -16525538 or 2021123. OLE color: 2021123.
HSL color Cylindrical-coordinate representation of color #03D71E: hue angle of 127.64º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D71E is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 30 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.16 |
| HSL | 127.64º | 0.97% | 0.43% | - |
| HSV(B) | 127.64º | 0.99% | 0.84% | - |
| XYZ | 24.57 | 48.71 | 9.34 | - |
| YUV | 130.52 | 71.26 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 30 | 0.99 | 0 | 0.86 | 0.16 | 127.64 | 0.97 | 0.43 |
| Hex | 3 | D7 | 1E | 63 | 0 | 56 | 10 | 80 | 61 | 2B |
| Octal | 3 | 327 | 36 | 143 | 0 | 126 | 20 | 200 | 141 | 53 |
| Binary | 11 | 11010111 | 11110 | 1100011 | 0 | 1010110 | 10000 | 10000000 | 1100001 | 101011 |
Color Harmonies of #03D71E
Complementary color
Monochromatic Colors of #03D71E
Black with #03D71E
Text Example
Text Example
White with #03D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D71E; }
p { color: rgb(3,215,30); }
H1.HeaderClassName
{
color: #03D71E;
}
.AnyTagClassName
{
color: #03D71E;
}
</style>
background-color css
<style>
a { background-color: #03D71E; }
a { background-color: rgb(3,215,30); }
div.DivClassName
{
background-color: #03D71E;
}
.BgClassName
{
background-color: #03D71E;
}
</style>
border-color css
<style>
span { border-color: #03D71E; }
span { border-color: rgb(3,215,30); }
td.TdClassName
{
border-color: #03D71E;
}
.TagClassName
{
border-color: #03D71E;
}
</style>