Shades of Free Speech Green #1FDF05
Tints of Free Speech Green #1FDF05
RGB
CMYK
RGB Variations
Color information
#1FDF05 (or 0x1FDF05) is known color: Free Speech Green. HEX triplet: 1F, DF and 05. RGB value is (31,223,5). Sum of RGB (Red+Green+Blue) = 31+223+5=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDF05 is #E020FA. Grayscale: #8D8D8D. Windows color (decimal): -14688507 or 384799. OLE color: 384799.
HSL color Cylindrical-coordinate representation of color #1FDF05: hue angle of 112.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FDF05 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 5 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.13 |
| HSL | 112.84º | 0.96% | 0.45% | - |
| HSV(B) | 112.84º | 0.98% | 0.87% | - |
| XYZ | 26.98 | 53.08 | 8.97 | - |
| YUV | 140.74 | 51.39 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 5 | 0.86 | 0 | 0.98 | 0.13 | 112.84 | 0.96 | 0.45 |
| Hex | 1F | DF | 5 | 56 | 0 | 62 | D | 71 | 60 | 2D |
| Octal | 37 | 337 | 5 | 126 | 0 | 142 | 15 | 161 | 140 | 55 |
| Binary | 11111 | 11011111 | 101 | 1010110 | 0 | 1100010 | 1101 | 1110001 | 1100000 | 101101 |
Color Harmonies of #1FDF05
Complementary color
Monochromatic Colors of #1FDF05
Black with #1FDF05
Text Example
Text Example
White with #1FDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDF05; }
p { color: rgb(31,223,5); }
H1.HeaderClassName
{
color: #1FDF05;
}
.AnyTagClassName
{
color: #1FDF05;
}
</style>
background-color css
<style>
a { background-color: #1FDF05; }
a { background-color: rgb(31,223,5); }
div.DivClassName
{
background-color: #1FDF05;
}
.BgClassName
{
background-color: #1FDF05;
}
</style>
border-color css
<style>
span { border-color: #1FDF05; }
span { border-color: rgb(31,223,5); }
td.TdClassName
{
border-color: #1FDF05;
}
.TagClassName
{
border-color: #1FDF05;
}
</style>