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