Shades of Free Speech Green #03D917
Tints of Free Speech Green #03D917
RGB
CMYK
RGB Variations
Color information
#03D917 (or 0x03D917) is known color: Free Speech Green. HEX triplet: 03, D9 and 17. RGB value is (3,217,23). Sum of RGB (Red+Green+Blue) = 3+217+23=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 217 (85.16% from 255 or 89.30% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 217 - color contains mainly: green. Hex color #03D917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D917 is #FC26E8. Grayscale: #838383. Windows color (decimal): -16525033 or 1562883. OLE color: 1562883.
HSL color Cylindrical-coordinate representation of color #03D917: hue angle of 125.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D917 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 23 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.15 |
| HSL | 125.61º | 0.97% | 0.43% | - |
| HSV(B) | 125.61º | 0.99% | 0.85% | - |
| XYZ | 25.01 | 49.71 | 9.09 | - |
| YUV | 130.9 | 67.1 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 23 | 0.99 | 0 | 0.89 | 0.15 | 125.61 | 0.97 | 0.43 |
| Hex | 3 | D9 | 17 | 63 | 0 | 59 | F | 7E | 61 | 2B |
| Octal | 3 | 331 | 27 | 143 | 0 | 131 | 17 | 176 | 141 | 53 |
| Binary | 11 | 11011001 | 10111 | 1100011 | 0 | 1011001 | 1111 | 1111110 | 1100001 | 101011 |
Color Harmonies of #03D917
Complementary color
Monochromatic Colors of #03D917
Black with #03D917
Text Example
Text Example
White with #03D917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D917; }
p { color: rgb(3,217,23); }
H1.HeaderClassName
{
color: #03D917;
}
.AnyTagClassName
{
color: #03D917;
}
</style>
background-color css
<style>
a { background-color: #03D917; }
a { background-color: rgb(3,217,23); }
div.DivClassName
{
background-color: #03D917;
}
.BgClassName
{
background-color: #03D917;
}
</style>
border-color css
<style>
span { border-color: #03D917; }
span { border-color: rgb(3,217,23); }
td.TdClassName
{
border-color: #03D917;
}
.TagClassName
{
border-color: #03D917;
}
</style>