Shades of Free Speech Green #03D417
Tints of Free Speech Green #03D417
RGB
CMYK
RGB Variations
Color information
#03D417 (or 0x03D417) is known color: Free Speech Green. HEX triplet: 03, D4 and 17. RGB value is (3,212,23). Sum of RGB (Red+Green+Blue) = 3+212+23=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 212 (83.20% from 255 or 89.08% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 212 - color contains mainly: green. Hex color #03D417 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D417 is #FC2BE8. Grayscale: #808080. Windows color (decimal): -16526313 or 1561603. OLE color: 1561603.
HSL color Cylindrical-coordinate representation of color #03D417: hue angle of 125.74º degrees, saturation: 0.97, 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 #03D417 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 23 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.17 |
| HSL | 125.74º | 0.97% | 0.42% | - |
| HSV(B) | 125.74º | 0.99% | 0.83% | - |
| XYZ | 23.74 | 47.17 | 8.66 | - |
| YUV | 127.96 | 68.76 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 23 | 0.99 | 0 | 0.89 | 0.17 | 125.74 | 0.97 | 0.42 |
| Hex | 3 | D4 | 17 | 63 | 0 | 59 | 11 | 7E | 61 | 2A |
| Octal | 3 | 324 | 27 | 143 | 0 | 131 | 21 | 176 | 141 | 52 |
| Binary | 11 | 11010100 | 10111 | 1100011 | 0 | 1011001 | 10001 | 1111110 | 1100001 | 101010 |
Color Harmonies of #03D417
Complementary color
Monochromatic Colors of #03D417
Black with #03D417
Text Example
Text Example
White with #03D417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D417; }
p { color: rgb(3,212,23); }
H1.HeaderClassName
{
color: #03D417;
}
.AnyTagClassName
{
color: #03D417;
}
</style>
background-color css
<style>
a { background-color: #03D417; }
a { background-color: rgb(3,212,23); }
div.DivClassName
{
background-color: #03D417;
}
.BgClassName
{
background-color: #03D417;
}
</style>
border-color css
<style>
span { border-color: #03D417; }
span { border-color: rgb(3,212,23); }
td.TdClassName
{
border-color: #03D417;
}
.TagClassName
{
border-color: #03D417;
}
</style>