Shades of Free Speech Green #04EA28
Tints of Free Speech Green #04EA28
RGB
CMYK
RGB Variations
Color information
#04EA28 (or 0x04EA28) is known color: Free Speech Green. HEX triplet: 04, EA and 28. RGB value is (4,234,40). Sum of RGB (Red+Green+Blue) = 4+234+40=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 234 (91.80% from 255 or 84.17% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 234 - color contains mainly: green. Hex color #04EA28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EA28 is #FB15D7. Grayscale: #8F8F8F. Windows color (decimal): -16455128 or 2681348. OLE color: 2681348.
HSL color Cylindrical-coordinate representation of color #04EA28: hue angle of 129.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EA28 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 234 | 40 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.08 |
| HSL | 129.39º | 0.97% | 0.47% | - |
| HSV(B) | 129.39º | 0.98% | 0.92% | - |
| XYZ | 29.86 | 59.02 | 11.83 | - |
| YUV | 143.11 | 69.8 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 234 | 40 | 0.98 | 0 | 0.83 | 0.08 | 129.39 | 0.97 | 0.47 |
| Hex | 4 | EA | 28 | 62 | 0 | 53 | 8 | 81 | 61 | 2F |
| Octal | 4 | 352 | 50 | 142 | 0 | 123 | 10 | 201 | 141 | 57 |
| Binary | 100 | 11101010 | 101000 | 1100010 | 0 | 1010011 | 1000 | 10000001 | 1100001 | 101111 |
Color Harmonies of #04EA28
Complementary color
Monochromatic Colors of #04EA28
Black with #04EA28
Text Example
Text Example
White with #04EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EA28; }
p { color: rgb(4,234,40); }
H1.HeaderClassName
{
color: #04EA28;
}
.AnyTagClassName
{
color: #04EA28;
}
</style>
background-color css
<style>
a { background-color: #04EA28; }
a { background-color: rgb(4,234,40); }
div.DivClassName
{
background-color: #04EA28;
}
.BgClassName
{
background-color: #04EA28;
}
</style>
border-color css
<style>
span { border-color: #04EA28; }
span { border-color: rgb(4,234,40); }
td.TdClassName
{
border-color: #04EA28;
}
.TagClassName
{
border-color: #04EA28;
}
</style>