Shades of Free Speech Green #03DD14
Tints of Free Speech Green #03DD14
RGB
CMYK
RGB Variations
Color information
#03DD14 (or 0x03DD14) is known color: Free Speech Green. HEX triplet: 03, DD and 14. RGB value is (3,221,20). Sum of RGB (Red+Green+Blue) = 3+221+20=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 221 (86.72% from 255 or 90.57% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DD14 is #FC22EB. Grayscale: #858585. Windows color (decimal): -16524012 or 1367299. OLE color: 1367299.
HSL color Cylindrical-coordinate representation of color #03DD14: hue angle of 124.68º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD14 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 20 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.13 |
| HSL | 124.68º | 0.97% | 0.44% | - |
| HSV(B) | 124.68º | 0.99% | 0.87% | - |
| XYZ | 26.02 | 51.78 | 9.29 | - |
| YUV | 132.9 | 64.28 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 20 | 0.99 | 0 | 0.91 | 0.13 | 124.68 | 0.97 | 0.44 |
| Hex | 3 | DD | 14 | 63 | 0 | 5B | D | 7D | 61 | 2C |
| Octal | 3 | 335 | 24 | 143 | 0 | 133 | 15 | 175 | 141 | 54 |
| Binary | 11 | 11011101 | 10100 | 1100011 | 0 | 1011011 | 1101 | 1111101 | 1100001 | 101100 |
Color Harmonies of #03DD14
Complementary color
Monochromatic Colors of #03DD14
Black with #03DD14
Text Example
Text Example
White with #03DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD14; }
p { color: rgb(3,221,20); }
H1.HeaderClassName
{
color: #03DD14;
}
.AnyTagClassName
{
color: #03DD14;
}
</style>
background-color css
<style>
a { background-color: #03DD14; }
a { background-color: rgb(3,221,20); }
div.DivClassName
{
background-color: #03DD14;
}
.BgClassName
{
background-color: #03DD14;
}
</style>
border-color css
<style>
span { border-color: #03DD14; }
span { border-color: rgb(3,221,20); }
td.TdClassName
{
border-color: #03DD14;
}
.TagClassName
{
border-color: #03DD14;
}
</style>