Shades of Free Speech Green #03D30E
Tints of Free Speech Green #03D30E
RGB
CMYK
RGB Variations
Color information
#03D30E (or 0x03D30E) is known color: Free Speech Green. HEX triplet: 03, D3 and 0E. RGB value is (3,211,14). Sum of RGB (Red+Green+Blue) = 3+211+14=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 211 (82.81% from 255 or 92.54% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 211 - color contains mainly: green. Hex color #03D30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D30E is #FC2CF1. Grayscale: #7E7E7E. Windows color (decimal): -16526578 or 971523. OLE color: 971523.
HSL color Cylindrical-coordinate representation of color #03D30E: hue angle of 123.17º 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 #03D30E is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 14 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.17 |
| HSL | 123.17º | 0.97% | 0.42% | - |
| HSV(B) | 123.17º | 0.99% | 0.83% | - |
| XYZ | 23.41 | 46.64 | 8.18 | - |
| YUV | 126.35 | 64.59 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 14 | 0.99 | 0 | 0.93 | 0.17 | 123.17 | 0.97 | 0.42 |
| Hex | 3 | D3 | E | 63 | 0 | 5D | 11 | 7B | 61 | 2A |
| Octal | 3 | 323 | 16 | 143 | 0 | 135 | 21 | 173 | 141 | 52 |
| Binary | 11 | 11010011 | 1110 | 1100011 | 0 | 1011101 | 10001 | 1111011 | 1100001 | 101010 |
Color Harmonies of #03D30E
Complementary color
Monochromatic Colors of #03D30E
Black with #03D30E
Text Example
Text Example
White with #03D30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D30E; }
p { color: rgb(3,211,14); }
H1.HeaderClassName
{
color: #03D30E;
}
.AnyTagClassName
{
color: #03D30E;
}
</style>
background-color css
<style>
a { background-color: #03D30E; }
a { background-color: rgb(3,211,14); }
div.DivClassName
{
background-color: #03D30E;
}
.BgClassName
{
background-color: #03D30E;
}
</style>
border-color css
<style>
span { border-color: #03D30E; }
span { border-color: rgb(3,211,14); }
td.TdClassName
{
border-color: #03D30E;
}
.TagClassName
{
border-color: #03D30E;
}
</style>