Shades of Free Speech Green #04E110
Tints of Free Speech Green #04E110
RGB
CMYK
RGB Variations
Color information
#04E110 (or 0x04E110) is known color: Free Speech Green. HEX triplet: 04, E1 and 10. RGB value is (4,225,16). Sum of RGB (Red+Green+Blue) = 4+225+16=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 225 (88.28% from 255 or 91.84% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 225 - color contains mainly: green. Hex color #04E110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E110 is #FB1EEF. Grayscale: #878787. Windows color (decimal): -16457456 or 1106180. OLE color: 1106180.
HSL color Cylindrical-coordinate representation of color #04E110: hue angle of 123.26º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E110 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 225 | 16 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.12 |
| HSL | 123.26º | 0.97% | 0.45% | - |
| HSV(B) | 123.26º | 0.98% | 0.88% | - |
| XYZ | 27.07 | 53.91 | 9.47 | - |
| YUV | 135.1 | 60.78 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 225 | 16 | 0.98 | 0 | 0.93 | 0.12 | 123.26 | 0.97 | 0.45 |
| Hex | 4 | E1 | 10 | 62 | 0 | 5D | C | 7B | 61 | 2D |
| Octal | 4 | 341 | 20 | 142 | 0 | 135 | 14 | 173 | 141 | 55 |
| Binary | 100 | 11100001 | 10000 | 1100010 | 0 | 1011101 | 1100 | 1111011 | 1100001 | 101101 |
Color Harmonies of #04E110
Complementary color
Monochromatic Colors of #04E110
Black with #04E110
Text Example
Text Example
White with #04E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E110; }
p { color: rgb(4,225,16); }
H1.HeaderClassName
{
color: #04E110;
}
.AnyTagClassName
{
color: #04E110;
}
</style>
background-color css
<style>
a { background-color: #04E110; }
a { background-color: rgb(4,225,16); }
div.DivClassName
{
background-color: #04E110;
}
.BgClassName
{
background-color: #04E110;
}
</style>
border-color css
<style>
span { border-color: #04E110; }
span { border-color: rgb(4,225,16); }
td.TdClassName
{
border-color: #04E110;
}
.TagClassName
{
border-color: #04E110;
}
</style>