Shades of Free Speech Green #03E814
Tints of Free Speech Green #03E814
RGB
CMYK
RGB Variations
Color information
#03E814 (or 0x03E814) is known color: Free Speech Green. HEX triplet: 03, E8 and 14. RGB value is (3,232,20). Sum of RGB (Red+Green+Blue) = 3+232+20=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 232 (91.02% from 255 or 90.98% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 232 - color contains mainly: green. Hex color #03E814 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E814 is #FC17EB. Grayscale: #8B8B8B. Windows color (decimal): -16521196 or 1370115. OLE color: 1370115.
HSL color Cylindrical-coordinate representation of color #03E814: hue angle of 124.45º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E814 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 232 | 20 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.09 |
| HSL | 124.45º | 0.97% | 0.46% | - |
| HSV(B) | 124.45º | 0.99% | 0.91% | - |
| XYZ | 29.02 | 57.78 | 10.29 | - |
| YUV | 139.36 | 60.63 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 20 | 0.99 | 0 | 0.91 | 0.09 | 124.45 | 0.97 | 0.46 |
| Hex | 3 | E8 | 14 | 63 | 0 | 5B | 9 | 7C | 61 | 2E |
| Octal | 3 | 350 | 24 | 143 | 0 | 133 | 11 | 174 | 141 | 56 |
| Binary | 11 | 11101000 | 10100 | 1100011 | 0 | 1011011 | 1001 | 1111100 | 1100001 | 101110 |
Color Harmonies of #03E814
Complementary color
Monochromatic Colors of #03E814
Black with #03E814
Text Example
Text Example
White with #03E814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E814; }
p { color: rgb(3,232,20); }
H1.HeaderClassName
{
color: #03E814;
}
.AnyTagClassName
{
color: #03E814;
}
</style>
background-color css
<style>
a { background-color: #03E814; }
a { background-color: rgb(3,232,20); }
div.DivClassName
{
background-color: #03E814;
}
.BgClassName
{
background-color: #03E814;
}
</style>
border-color css
<style>
span { border-color: #03E814; }
span { border-color: rgb(3,232,20); }
td.TdClassName
{
border-color: #03E814;
}
.TagClassName
{
border-color: #03E814;
}
</style>