Shades of Free Speech Green #04EE32
Tints of Free Speech Green #04EE32
RGB
CMYK
RGB Variations
Color information
#04EE32 (or 0x04EE32) is known color: Free Speech Green. HEX triplet: 04, EE and 32. RGB value is (4,238,50). Sum of RGB (Red+Green+Blue) = 4+238+50=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 238 (93.36% from 255 or 81.51% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 238 - color contains mainly: green. Hex color #04EE32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EE32 is #FB11CD. Grayscale: #939393. Windows color (decimal): -16454094 or 3337732. OLE color: 3337732.
HSL color Cylindrical-coordinate representation of color #04EE32: hue angle of 131.79º 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 #04EE32 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 50 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.07 |
| HSL | 131.79º | 0.97% | 0.47% | - |
| HSV(B) | 131.79º | 0.98% | 0.93% | - |
| XYZ | 31.2 | 61.41 | 13.23 | - |
| YUV | 146.6 | 73.48 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 50 | 0.98 | 0 | 0.79 | 0.07 | 131.79 | 0.97 | 0.47 |
| Hex | 4 | EE | 32 | 62 | 0 | 4F | 7 | 84 | 61 | 2F |
| Octal | 4 | 356 | 62 | 142 | 0 | 117 | 7 | 204 | 141 | 57 |
| Binary | 100 | 11101110 | 110010 | 1100010 | 0 | 1001111 | 111 | 10000100 | 1100001 | 101111 |
Color Harmonies of #04EE32
Complementary color
Monochromatic Colors of #04EE32
Black with #04EE32
Text Example
Text Example
White with #04EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EE32; }
p { color: rgb(4,238,50); }
H1.HeaderClassName
{
color: #04EE32;
}
.AnyTagClassName
{
color: #04EE32;
}
</style>
background-color css
<style>
a { background-color: #04EE32; }
a { background-color: rgb(4,238,50); }
div.DivClassName
{
background-color: #04EE32;
}
.BgClassName
{
background-color: #04EE32;
}
</style>
border-color css
<style>
span { border-color: #04EE32; }
span { border-color: rgb(4,238,50); }
td.TdClassName
{
border-color: #04EE32;
}
.TagClassName
{
border-color: #04EE32;
}
</style>