Shades of Free Speech Green #03E611
Tints of Free Speech Green #03E611
RGB
CMYK
RGB Variations
Color information
#03E611 (or 0x03E611) is known color: Free Speech Green. HEX triplet: 03, E6 and 11. RGB value is (3,230,17). Sum of RGB (Red+Green+Blue) = 3+230+17=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 230 (90.23% from 255 or 92% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 230 - color contains mainly: green. Hex color #03E611 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E611 is #FC19EE. Grayscale: #8A8A8A. Windows color (decimal): -16521711 or 1172995. OLE color: 1172995.
HSL color Cylindrical-coordinate representation of color #03E611: hue angle of 123.7º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E611 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 230 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.10 |
| HSL | 123.7º | 0.97% | 0.46% | - |
| HSV(B) | 123.7º | 0.99% | 0.9% | - |
| XYZ | 28.44 | 56.65 | 9.97 | - |
| YUV | 137.85 | 59.79 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 17 | 0.99 | 0 | 0.93 | 0.10 | 123.7 | 0.97 | 0.46 |
| Hex | 3 | E6 | 11 | 63 | 0 | 5D | A | 7C | 61 | 2E |
| Octal | 3 | 346 | 21 | 143 | 0 | 135 | 12 | 174 | 141 | 56 |
| Binary | 11 | 11100110 | 10001 | 1100011 | 0 | 1011101 | 1010 | 1111100 | 1100001 | 101110 |
Color Harmonies of #03E611
Complementary color
Monochromatic Colors of #03E611
Black with #03E611
Text Example
Text Example
White with #03E611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E611; }
p { color: rgb(3,230,17); }
H1.HeaderClassName
{
color: #03E611;
}
.AnyTagClassName
{
color: #03E611;
}
</style>
background-color css
<style>
a { background-color: #03E611; }
a { background-color: rgb(3,230,17); }
div.DivClassName
{
background-color: #03E611;
}
.BgClassName
{
background-color: #03E611;
}
</style>
border-color css
<style>
span { border-color: #03E611; }
span { border-color: rgb(3,230,17); }
td.TdClassName
{
border-color: #03E611;
}
.TagClassName
{
border-color: #03E611;
}
</style>