Shades of Free Speech Green #03E00B
Tints of Free Speech Green #03E00B
RGB
CMYK
RGB Variations
Color information
#03E00B (or 0x03E00B) is known color: Free Speech Green. HEX triplet: 03, E0 and 0B. RGB value is (3,224,11). Sum of RGB (Red+Green+Blue) = 3+224+11=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 224 (87.89% from 255 or 94.12% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 224 - color contains mainly: green. Hex color #03E00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E00B is #FC1FF4. Grayscale: #868686. Windows color (decimal): -16523253 or 778243. OLE color: 778243.
HSL color Cylindrical-coordinate representation of color #03E00B: hue angle of 122.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E00B is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 11 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.12 |
| HSL | 122.17º | 0.97% | 0.45% | - |
| HSV(B) | 122.17º | 0.99% | 0.88% | - |
| XYZ | 26.75 | 53.35 | 9.21 | - |
| YUV | 133.64 | 58.78 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 11 | 0.99 | 0 | 0.95 | 0.12 | 122.17 | 0.97 | 0.45 |
| Hex | 3 | E0 | B | 63 | 0 | 5F | C | 7A | 61 | 2D |
| Octal | 3 | 340 | 13 | 143 | 0 | 137 | 14 | 172 | 141 | 55 |
| Binary | 11 | 11100000 | 1011 | 1100011 | 0 | 1011111 | 1100 | 1111010 | 1100001 | 101101 |
Color Harmonies of #03E00B
Complementary color
Monochromatic Colors of #03E00B
Black with #03E00B
Text Example
Text Example
White with #03E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E00B; }
p { color: rgb(3,224,11); }
H1.HeaderClassName
{
color: #03E00B;
}
.AnyTagClassName
{
color: #03E00B;
}
</style>
background-color css
<style>
a { background-color: #03E00B; }
a { background-color: rgb(3,224,11); }
div.DivClassName
{
background-color: #03E00B;
}
.BgClassName
{
background-color: #03E00B;
}
</style>
border-color css
<style>
span { border-color: #03E00B; }
span { border-color: rgb(3,224,11); }
td.TdClassName
{
border-color: #03E00B;
}
.TagClassName
{
border-color: #03E00B;
}
</style>