Shades of Free Speech Green #04FF2E
Tints of Free Speech Green #04FF2E
RGB
CMYK
RGB Variations
Color information
#04FF2E (or 0x04FF2E) is known color: Free Speech Green. HEX triplet: 04, FF and 2E. RGB value is (4,255,46). Sum of RGB (Red+Green+Blue) = 4+255+46=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FF2E is #FB00D1. Grayscale: #9C9C9C. Windows color (decimal): -16449746 or 3079940. OLE color: 3079940.
HSL color Cylindrical-coordinate representation of color #04FF2E: hue angle of 130.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF2E is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 46 | - |
| CMYK | 0.98 | 0 | 0.82 | 0 |
| HSL | 130.04º | 1% | 0.51% | - |
| HSV(B) | 130.04º | 0.98% | 1% | - |
| XYZ | 36.3 | 71.74 | 14.52 | - |
| YUV | 156.13 | 65.84 | 19.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 46 | 0.98 | 0 | 0.82 | 0 | 130.04 | 1 | 0.51 |
| Hex | 4 | FF | 2E | 62 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 4 | 377 | 56 | 142 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 100 | 11111111 | 101110 | 1100010 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #04FF2E
Complementary color
Monochromatic Colors of #04FF2E
Black with #04FF2E
Text Example
Text Example
White with #04FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF2E; }
p { color: rgb(4,255,46); }
H1.HeaderClassName
{
color: #04FF2E;
}
.AnyTagClassName
{
color: #04FF2E;
}
</style>
background-color css
<style>
a { background-color: #04FF2E; }
a { background-color: rgb(4,255,46); }
div.DivClassName
{
background-color: #04FF2E;
}
.BgClassName
{
background-color: #04FF2E;
}
</style>
border-color css
<style>
span { border-color: #04FF2E; }
span { border-color: rgb(4,255,46); }
td.TdClassName
{
border-color: #04FF2E;
}
.TagClassName
{
border-color: #04FF2E;
}
</style>