Shades of Free Speech Green #04FB2D
Tints of Free Speech Green #04FB2D
RGB
CMYK
RGB Variations
Color information
#04FB2D (or 0x04FB2D) is known color: Free Speech Green. HEX triplet: 04, FB and 2D. RGB value is (4,251,45). Sum of RGB (Red+Green+Blue) = 4+251+45=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 251 (98.44% from 255 or 83.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 251 - color contains mainly: green. Hex color #04FB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FB2D is #FB04D2. Grayscale: #9A9A9A. Windows color (decimal): -16450771 or 3013380. OLE color: 3013380.
HSL color Cylindrical-coordinate representation of color #04FB2D: hue angle of 129.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FB2D is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 251 | 45 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.02 |
| HSL | 129.96º | 0.97% | 0.5% | - |
| HSV(B) | 129.96º | 0.98% | 0.98% | - |
| XYZ | 35.02 | 69.21 | 14 | - |
| YUV | 153.66 | 66.67 | 21.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 251 | 45 | 0.98 | 0 | 0.82 | 0.02 | 129.96 | 0.97 | 0.5 |
| Hex | 4 | FB | 2D | 62 | 0 | 52 | 2 | 82 | 61 | 32 |
| Octal | 4 | 373 | 55 | 142 | 0 | 122 | 2 | 202 | 141 | 62 |
| Binary | 100 | 11111011 | 101101 | 1100010 | 0 | 1010010 | 10 | 10000010 | 1100001 | 110010 |
Color Harmonies of #04FB2D
Complementary color
Monochromatic Colors of #04FB2D
Black with #04FB2D
Text Example
Text Example
White with #04FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FB2D; }
p { color: rgb(4,251,45); }
H1.HeaderClassName
{
color: #04FB2D;
}
.AnyTagClassName
{
color: #04FB2D;
}
</style>
background-color css
<style>
a { background-color: #04FB2D; }
a { background-color: rgb(4,251,45); }
div.DivClassName
{
background-color: #04FB2D;
}
.BgClassName
{
background-color: #04FB2D;
}
</style>
border-color css
<style>
span { border-color: #04FB2D; }
span { border-color: rgb(4,251,45); }
td.TdClassName
{
border-color: #04FB2D;
}
.TagClassName
{
border-color: #04FB2D;
}
</style>