Shades of Free Speech Green #03EE0B
Tints of Free Speech Green #03EE0B
RGB
CMYK
RGB Variations
Color information
#03EE0B (or 0x03EE0B) is known color: Free Speech Green. HEX triplet: 03, EE and 0B. RGB value is (3,238,11). Sum of RGB (Red+Green+Blue) = 3+238+11=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 238 (93.36% from 255 or 94.44% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 238 - color contains mainly: green. Hex color #03EE0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EE0B is #FC11F4. Grayscale: #8E8E8E. Windows color (decimal): -16519669 or 781827. OLE color: 781827.
HSL color Cylindrical-coordinate representation of color #03EE0B: hue angle of 122.04º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EE0B is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 238 | 11 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.07 |
| HSL | 122.04º | 0.98% | 0.47% | - |
| HSV(B) | 122.04º | 0.99% | 0.93% | - |
| XYZ | 30.67 | 61.19 | 10.51 | - |
| YUV | 141.86 | 54.14 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 238 | 11 | 0.99 | 0 | 0.95 | 0.07 | 122.04 | 0.98 | 0.47 |
| Hex | 3 | EE | B | 63 | 0 | 5F | 7 | 7A | 62 | 2F |
| Octal | 3 | 356 | 13 | 143 | 0 | 137 | 7 | 172 | 142 | 57 |
| Binary | 11 | 11101110 | 1011 | 1100011 | 0 | 1011111 | 111 | 1111010 | 1100010 | 101111 |
Color Harmonies of #03EE0B
Complementary color
Monochromatic Colors of #03EE0B
Black with #03EE0B
Text Example
Text Example
White with #03EE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EE0B; }
p { color: rgb(3,238,11); }
H1.HeaderClassName
{
color: #03EE0B;
}
.AnyTagClassName
{
color: #03EE0B;
}
</style>
background-color css
<style>
a { background-color: #03EE0B; }
a { background-color: rgb(3,238,11); }
div.DivClassName
{
background-color: #03EE0B;
}
.BgClassName
{
background-color: #03EE0B;
}
</style>
border-color css
<style>
span { border-color: #03EE0B; }
span { border-color: rgb(3,238,11); }
td.TdClassName
{
border-color: #03EE0B;
}
.TagClassName
{
border-color: #03EE0B;
}
</style>