Shades of Free Speech Green #03CC04
Tints of Free Speech Green #03CC04
RGB
CMYK
RGB Variations
Color information
#03CC04 (or 0x03CC04) is known color: Free Speech Green. HEX triplet: 03, CC and 04. RGB value is (3,204,4). Sum of RGB (Red+Green+Blue) = 3+204+4=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 204 (80.08% from 255 or 96.68% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC04 is #FC33FB. Grayscale: #797979. Windows color (decimal): -16528380 or 314371. OLE color: 314371.
HSL color Cylindrical-coordinate representation of color #03CC04: hue angle of 120.3º 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 #03CC04 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 4 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.2 |
| HSL | 120.3º | 0.97% | 0.41% | - |
| HSV(B) | 120.3º | 0.99% | 0.8% | - |
| XYZ | 21.65 | 43.21 | 7.31 | - |
| YUV | 121.1 | 61.91 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 4 | 0.99 | 0 | 0.98 | 0.2 | 120.3 | 0.97 | 0.41 |
| Hex | 3 | CC | 4 | 63 | 0 | 62 | 14 | 78 | 61 | 29 |
| Octal | 3 | 314 | 4 | 143 | 0 | 142 | 24 | 170 | 141 | 51 |
| Binary | 11 | 11001100 | 100 | 1100011 | 0 | 1100010 | 10100 | 1111000 | 1100001 | 101001 |
Color Harmonies of #03CC04
Complementary color
Monochromatic Colors of #03CC04
Black with #03CC04
Text Example
Text Example
White with #03CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC04; }
p { color: rgb(3,204,4); }
H1.HeaderClassName
{
color: #03CC04;
}
.AnyTagClassName
{
color: #03CC04;
}
</style>
background-color css
<style>
a { background-color: #03CC04; }
a { background-color: rgb(3,204,4); }
div.DivClassName
{
background-color: #03CC04;
}
.BgClassName
{
background-color: #03CC04;
}
</style>
border-color css
<style>
span { border-color: #03CC04; }
span { border-color: rgb(3,204,4); }
td.TdClassName
{
border-color: #03CC04;
}
.TagClassName
{
border-color: #03CC04;
}
</style>