Shades of Free Speech Green #03D517
Tints of Free Speech Green #03D517
RGB
CMYK
RGB Variations
Color information
#03D517 (or 0x03D517) is known color: Free Speech Green. HEX triplet: 03, D5 and 17. RGB value is (3,213,23). Sum of RGB (Red+Green+Blue) = 3+213+23=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 213 (83.59% from 255 or 89.12% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 213 - color contains mainly: green. Hex color #03D517 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D517 is #FC2AE8. Grayscale: #818181. Windows color (decimal): -16526057 or 1561859. OLE color: 1561859.
HSL color Cylindrical-coordinate representation of color #03D517: hue angle of 125.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D517 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 23 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.16 |
| HSL | 125.71º | 0.97% | 0.42% | - |
| HSV(B) | 125.71º | 0.99% | 0.84% | - |
| XYZ | 23.99 | 47.67 | 8.75 | - |
| YUV | 128.55 | 68.43 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 23 | 0.99 | 0 | 0.89 | 0.16 | 125.71 | 0.97 | 0.42 |
| Hex | 3 | D5 | 17 | 63 | 0 | 59 | 10 | 7E | 61 | 2A |
| Octal | 3 | 325 | 27 | 143 | 0 | 131 | 20 | 176 | 141 | 52 |
| Binary | 11 | 11010101 | 10111 | 1100011 | 0 | 1011001 | 10000 | 1111110 | 1100001 | 101010 |
Color Harmonies of #03D517
Complementary color
Monochromatic Colors of #03D517
Black with #03D517
Text Example
Text Example
White with #03D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D517; }
p { color: rgb(3,213,23); }
H1.HeaderClassName
{
color: #03D517;
}
.AnyTagClassName
{
color: #03D517;
}
</style>
background-color css
<style>
a { background-color: #03D517; }
a { background-color: rgb(3,213,23); }
div.DivClassName
{
background-color: #03D517;
}
.BgClassName
{
background-color: #03D517;
}
</style>
border-color css
<style>
span { border-color: #03D517; }
span { border-color: rgb(3,213,23); }
td.TdClassName
{
border-color: #03D517;
}
.TagClassName
{
border-color: #03D517;
}
</style>