Shades of Free Speech Green #04DB1B
Tints of Free Speech Green #04DB1B
RGB
CMYK
RGB Variations
Color information
#04DB1B (or 0x04DB1B) is known color: Free Speech Green. HEX triplet: 04, DB and 1B. RGB value is (4,219,27). Sum of RGB (Red+Green+Blue) = 4+219+27=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 219 (85.94% from 255 or 87.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DB1B is #FB24E4. Grayscale: #858585. Windows color (decimal): -16458981 or 1825540. OLE color: 1825540.
HSL color Cylindrical-coordinate representation of color #04DB1B: hue angle of 126.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DB1B is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 27 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.14 |
| HSL | 126.42º | 0.96% | 0.44% | - |
| HSV(B) | 126.42º | 0.98% | 0.86% | - |
| XYZ | 25.58 | 50.77 | 9.49 | - |
| YUV | 132.83 | 68.27 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 27 | 0.98 | 0 | 0.88 | 0.14 | 126.42 | 0.96 | 0.44 |
| Hex | 4 | DB | 1B | 62 | 0 | 58 | E | 7E | 60 | 2C |
| Octal | 4 | 333 | 33 | 142 | 0 | 130 | 16 | 176 | 140 | 54 |
| Binary | 100 | 11011011 | 11011 | 1100010 | 0 | 1011000 | 1110 | 1111110 | 1100000 | 101100 |
Color Harmonies of #04DB1B
Complementary color
Monochromatic Colors of #04DB1B
Black with #04DB1B
Text Example
Text Example
White with #04DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DB1B; }
p { color: rgb(4,219,27); }
H1.HeaderClassName
{
color: #04DB1B;
}
.AnyTagClassName
{
color: #04DB1B;
}
</style>
background-color css
<style>
a { background-color: #04DB1B; }
a { background-color: rgb(4,219,27); }
div.DivClassName
{
background-color: #04DB1B;
}
.BgClassName
{
background-color: #04DB1B;
}
</style>
border-color css
<style>
span { border-color: #04DB1B; }
span { border-color: rgb(4,219,27); }
td.TdClassName
{
border-color: #04DB1B;
}
.TagClassName
{
border-color: #04DB1B;
}
</style>