Shades of Free Speech Green #04FF1B
Tints of Free Speech Green #04FF1B
RGB
CMYK
RGB Variations
Color information
#04FF1B (or 0x04FF1B) is known color: Free Speech Green. HEX triplet: 04, FF and 1B. RGB value is (4,255,27). Sum of RGB (Red+Green+Blue) = 4+255+27=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FF1B is #FB00E4. Grayscale: #9A9A9A. Windows color (decimal): -16449765 or 1834756. OLE color: 1834756.
HSL color Cylindrical-coordinate representation of color #04FF1B: hue angle of 125.5º 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 #04FF1B is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 27 | - |
| CMYK | 0.98 | 0 | 0.89 | 0 |
| HSL | 125.5º | 1% | 0.51% | - |
| HSV(B) | 125.5º | 0.98% | 1% | - |
| XYZ | 36.01 | 71.62 | 12.96 | - |
| YUV | 153.96 | 56.34 | 21.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 27 | 0.98 | 0 | 0.89 | 0 | 125.5 | 1 | 0.51 |
| Hex | 4 | FF | 1B | 62 | 0 | 59 | 0 | 7D | 64 | 33 |
| Octal | 4 | 377 | 33 | 142 | 0 | 131 | 0 | 175 | 144 | 63 |
| Binary | 100 | 11111111 | 11011 | 1100010 | 0 | 1011001 | 0 | 1111101 | 1100100 | 110011 |
Color Harmonies of #04FF1B
Complementary color
Monochromatic Colors of #04FF1B
Black with #04FF1B
Text Example
Text Example
White with #04FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF1B; }
p { color: rgb(4,255,27); }
H1.HeaderClassName
{
color: #04FF1B;
}
.AnyTagClassName
{
color: #04FF1B;
}
</style>
background-color css
<style>
a { background-color: #04FF1B; }
a { background-color: rgb(4,255,27); }
div.DivClassName
{
background-color: #04FF1B;
}
.BgClassName
{
background-color: #04FF1B;
}
</style>
border-color css
<style>
span { border-color: #04FF1B; }
span { border-color: rgb(4,255,27); }
td.TdClassName
{
border-color: #04FF1B;
}
.TagClassName
{
border-color: #04FF1B;
}
</style>