Shades of Free Speech Green #03CC0D
Tints of Free Speech Green #03CC0D
RGB
CMYK
RGB Variations
Color information
#03CC0D (or 0x03CC0D) is known color: Free Speech Green. HEX triplet: 03, CC and 0D. RGB value is (3,204,13). Sum of RGB (Red+Green+Blue) = 3+204+13=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 204 (80.08% from 255 or 92.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC0D is #FC33F2. Grayscale: #7A7A7A. Windows color (decimal): -16528371 or 904195. OLE color: 904195.
HSL color Cylindrical-coordinate representation of color #03CC0D: hue angle of 122.99º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC0D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.2 |
| HSL | 122.99º | 0.97% | 0.41% | - |
| HSV(B) | 122.99º | 0.99% | 0.8% | - |
| XYZ | 21.7 | 43.23 | 7.58 | - |
| YUV | 122.13 | 66.41 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 13 | 0.99 | 0 | 0.94 | 0.2 | 122.99 | 0.97 | 0.41 |
| Hex | 3 | CC | D | 63 | 0 | 5E | 14 | 7B | 61 | 29 |
| Octal | 3 | 314 | 15 | 143 | 0 | 136 | 24 | 173 | 141 | 51 |
| Binary | 11 | 11001100 | 1101 | 1100011 | 0 | 1011110 | 10100 | 1111011 | 1100001 | 101001 |
Color Harmonies of #03CC0D
Complementary color
Monochromatic Colors of #03CC0D
Black with #03CC0D
Text Example
Text Example
White with #03CC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC0D; }
p { color: rgb(3,204,13); }
H1.HeaderClassName
{
color: #03CC0D;
}
.AnyTagClassName
{
color: #03CC0D;
}
</style>
background-color css
<style>
a { background-color: #03CC0D; }
a { background-color: rgb(3,204,13); }
div.DivClassName
{
background-color: #03CC0D;
}
.BgClassName
{
background-color: #03CC0D;
}
</style>
border-color css
<style>
span { border-color: #03CC0D; }
span { border-color: rgb(3,204,13); }
td.TdClassName
{
border-color: #03CC0D;
}
.TagClassName
{
border-color: #03CC0D;
}
</style>