Shades of Free Speech Green #03E80B
Tints of Free Speech Green #03E80B
RGB
CMYK
RGB Variations
Color information
#03E80B (or 0x03E80B) is known color: Free Speech Green. HEX triplet: 03, E8 and 0B. RGB value is (3,232,11). Sum of RGB (Red+Green+Blue) = 3+232+11=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 232 (91.02% from 255 or 94.31% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 232 - color contains mainly: green. Hex color #03E80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E80B is #FC17F4. Grayscale: #8A8A8A. Windows color (decimal): -16521205 or 780291. OLE color: 780291.
HSL color Cylindrical-coordinate representation of color #03E80B: hue angle of 122.1º 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 #03E80B is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 232 | 11 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.09 |
| HSL | 122.1º | 0.97% | 0.46% | - |
| HSV(B) | 122.1º | 0.99% | 0.91% | - |
| XYZ | 28.95 | 57.76 | 9.94 | - |
| YUV | 138.34 | 56.13 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 11 | 0.99 | 0 | 0.95 | 0.09 | 122.1 | 0.97 | 0.46 |
| Hex | 3 | E8 | B | 63 | 0 | 5F | 9 | 7A | 61 | 2E |
| Octal | 3 | 350 | 13 | 143 | 0 | 137 | 11 | 172 | 141 | 56 |
| Binary | 11 | 11101000 | 1011 | 1100011 | 0 | 1011111 | 1001 | 1111010 | 1100001 | 101110 |
Color Harmonies of #03E80B
Complementary color
Monochromatic Colors of #03E80B
Black with #03E80B
Text Example
Text Example
White with #03E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E80B; }
p { color: rgb(3,232,11); }
H1.HeaderClassName
{
color: #03E80B;
}
.AnyTagClassName
{
color: #03E80B;
}
</style>
background-color css
<style>
a { background-color: #03E80B; }
a { background-color: rgb(3,232,11); }
div.DivClassName
{
background-color: #03E80B;
}
.BgClassName
{
background-color: #03E80B;
}
</style>
border-color css
<style>
span { border-color: #03E80B; }
span { border-color: rgb(3,232,11); }
td.TdClassName
{
border-color: #03E80B;
}
.TagClassName
{
border-color: #03E80B;
}
</style>