Shades of Free Speech Green #03D90B
Tints of Free Speech Green #03D90B
RGB
CMYK
RGB Variations
Color information
#03D90B (or 0x03D90B) is known color: Free Speech Green. HEX triplet: 03, D9 and 0B. RGB value is (3,217,11). Sum of RGB (Red+Green+Blue) = 3+217+11=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 217 (85.16% from 255 or 93.94% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 217 - color contains mainly: green. Hex color #03D90B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D90B is #FC26F4. Grayscale: #828282. Windows color (decimal): -16525045 or 776451. OLE color: 776451.
HSL color Cylindrical-coordinate representation of color #03D90B: hue angle of 122.24º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D90B is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 11 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.15 |
| HSL | 122.24º | 0.97% | 0.43% | - |
| HSV(B) | 122.24º | 0.99% | 0.85% | - |
| XYZ | 24.91 | 49.67 | 8.59 | - |
| YUV | 129.53 | 61.1 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 11 | 0.99 | 0 | 0.95 | 0.15 | 122.24 | 0.97 | 0.43 |
| Hex | 3 | D9 | B | 63 | 0 | 5F | F | 7A | 61 | 2B |
| Octal | 3 | 331 | 13 | 143 | 0 | 137 | 17 | 172 | 141 | 53 |
| Binary | 11 | 11011001 | 1011 | 1100011 | 0 | 1011111 | 1111 | 1111010 | 1100001 | 101011 |
Color Harmonies of #03D90B
Complementary color
Monochromatic Colors of #03D90B
Black with #03D90B
Text Example
Text Example
White with #03D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D90B; }
p { color: rgb(3,217,11); }
H1.HeaderClassName
{
color: #03D90B;
}
.AnyTagClassName
{
color: #03D90B;
}
</style>
background-color css
<style>
a { background-color: #03D90B; }
a { background-color: rgb(3,217,11); }
div.DivClassName
{
background-color: #03D90B;
}
.BgClassName
{
background-color: #03D90B;
}
</style>
border-color css
<style>
span { border-color: #03D90B; }
span { border-color: rgb(3,217,11); }
td.TdClassName
{
border-color: #03D90B;
}
.TagClassName
{
border-color: #03D90B;
}
</style>