Shades of Free Speech Green #04FF2F
Tints of Free Speech Green #04FF2F
RGB
CMYK
RGB Variations
Color information
#04FF2F (or 0x04FF2F) is known color: Free Speech Green. HEX triplet: 04, FF and 2F. RGB value is (4,255,47). Sum of RGB (Red+Green+Blue) = 4+255+47=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FF2F is #FB00D0. Grayscale: #9C9C9C. Windows color (decimal): -16449745 or 3145476. OLE color: 3145476.
HSL color Cylindrical-coordinate representation of color #04FF2F: hue angle of 130.28º 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 #04FF2F is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 47 | - |
| CMYK | 0.98 | 0 | 0.82 | 0 |
| HSL | 130.28º | 1% | 0.51% | - |
| HSV(B) | 130.28º | 0.98% | 1% | - |
| XYZ | 36.32 | 71.75 | 14.62 | - |
| YUV | 156.24 | 66.34 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 47 | 0.98 | 0 | 0.82 | 0 | 130.28 | 1 | 0.51 |
| Hex | 4 | FF | 2F | 62 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 4 | 377 | 57 | 142 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 100 | 11111111 | 101111 | 1100010 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #04FF2F
Complementary color
Monochromatic Colors of #04FF2F
Black with #04FF2F
Text Example
Text Example
White with #04FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF2F; }
p { color: rgb(4,255,47); }
H1.HeaderClassName
{
color: #04FF2F;
}
.AnyTagClassName
{
color: #04FF2F;
}
</style>
background-color css
<style>
a { background-color: #04FF2F; }
a { background-color: rgb(4,255,47); }
div.DivClassName
{
background-color: #04FF2F;
}
.BgClassName
{
background-color: #04FF2F;
}
</style>
border-color css
<style>
span { border-color: #04FF2F; }
span { border-color: rgb(4,255,47); }
td.TdClassName
{
border-color: #04FF2F;
}
.TagClassName
{
border-color: #04FF2F;
}
</style>