Shades of Free Speech Green #03D513
Tints of Free Speech Green #03D513
RGB
CMYK
RGB Variations
Color information
#03D513 (or 0x03D513) is known color: Free Speech Green. HEX triplet: 03, D5 and 13. RGB value is (3,213,19). Sum of RGB (Red+Green+Blue) = 3+213+19=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 213 (83.59% from 255 or 90.64% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 213 - color contains mainly: green. Hex color #03D513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D513 is #FC2AEC. Grayscale: #808080. Windows color (decimal): -16526061 or 1299715. OLE color: 1299715.
HSL color Cylindrical-coordinate representation of color #03D513: hue angle of 124.57º 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 #03D513 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 19 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.16 |
| HSL | 124.57º | 0.97% | 0.42% | - |
| HSV(B) | 124.57º | 0.99% | 0.84% | - |
| XYZ | 23.95 | 47.65 | 8.55 | - |
| YUV | 128.09 | 66.43 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 19 | 0.99 | 0 | 0.91 | 0.16 | 124.57 | 0.97 | 0.42 |
| Hex | 3 | D5 | 13 | 63 | 0 | 5B | 10 | 7D | 61 | 2A |
| Octal | 3 | 325 | 23 | 143 | 0 | 133 | 20 | 175 | 141 | 52 |
| Binary | 11 | 11010101 | 10011 | 1100011 | 0 | 1011011 | 10000 | 1111101 | 1100001 | 101010 |
Color Harmonies of #03D513
Complementary color
Monochromatic Colors of #03D513
Black with #03D513
Text Example
Text Example
White with #03D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D513; }
p { color: rgb(3,213,19); }
H1.HeaderClassName
{
color: #03D513;
}
.AnyTagClassName
{
color: #03D513;
}
</style>
background-color css
<style>
a { background-color: #03D513; }
a { background-color: rgb(3,213,19); }
div.DivClassName
{
background-color: #03D513;
}
.BgClassName
{
background-color: #03D513;
}
</style>
border-color css
<style>
span { border-color: #03D513; }
span { border-color: rgb(3,213,19); }
td.TdClassName
{
border-color: #03D513;
}
.TagClassName
{
border-color: #03D513;
}
</style>