Shades of Free Speech Green #04EE10
Tints of Free Speech Green #04EE10
RGB
CMYK
RGB Variations
Color information
#04EE10 (or 0x04EE10) is known color: Free Speech Green. HEX triplet: 04, EE and 10. RGB value is (4,238,16). Sum of RGB (Red+Green+Blue) = 4+238+16=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 238 (93.36% from 255 or 92.25% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 238 - color contains mainly: green. Hex color #04EE10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04EE10 is #FB11EF. Grayscale: #8F8F8F. Windows color (decimal): -16454128 or 1109508. OLE color: 1109508.
HSL color Cylindrical-coordinate representation of color #04EE10: hue angle of 123.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EE10 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 16 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.07 |
| HSL | 123.08º | 0.97% | 0.47% | - |
| HSV(B) | 123.08º | 0.98% | 0.93% | - |
| XYZ | 30.72 | 61.21 | 10.69 | - |
| YUV | 142.73 | 56.48 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 16 | 0.98 | 0 | 0.93 | 0.07 | 123.08 | 0.97 | 0.47 |
| Hex | 4 | EE | 10 | 62 | 0 | 5D | 7 | 7B | 61 | 2F |
| Octal | 4 | 356 | 20 | 142 | 0 | 135 | 7 | 173 | 141 | 57 |
| Binary | 100 | 11101110 | 10000 | 1100010 | 0 | 1011101 | 111 | 1111011 | 1100001 | 101111 |
Color Harmonies of #04EE10
Complementary color
Monochromatic Colors of #04EE10
Black with #04EE10
Text Example
Text Example
White with #04EE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EE10; }
p { color: rgb(4,238,16); }
H1.HeaderClassName
{
color: #04EE10;
}
.AnyTagClassName
{
color: #04EE10;
}
</style>
background-color css
<style>
a { background-color: #04EE10; }
a { background-color: rgb(4,238,16); }
div.DivClassName
{
background-color: #04EE10;
}
.BgClassName
{
background-color: #04EE10;
}
</style>
border-color css
<style>
span { border-color: #04EE10; }
span { border-color: rgb(4,238,16); }
td.TdClassName
{
border-color: #04EE10;
}
.TagClassName
{
border-color: #04EE10;
}
</style>