Shades of Free Speech Green #1FDC02
Tints of Free Speech Green #1FDC02
RGB
CMYK
RGB Variations
Color information
#1FDC02 (or 0x1FDC02) is known color: Free Speech Green. HEX triplet: 1F, DC and 02. RGB value is (31,220,2). Sum of RGB (Red+Green+Blue) = 31+220+2=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 220 (86.33% from 255 or 86.96% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDC02 is #E023FD. Grayscale: #8B8B8B. Windows color (decimal): -14689278 or 187423. OLE color: 187423.
HSL color Cylindrical-coordinate representation of color #1FDC02: hue angle of 112.02º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FDC02 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.14 |
| HSL | 112.02º | 0.98% | 0.44% | - |
| HSV(B) | 112.02º | 0.99% | 0.86% | - |
| XYZ | 26.17 | 51.48 | 8.62 | - |
| YUV | 138.64 | 50.88 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 2 | 0.86 | 0 | 0.99 | 0.14 | 112.02 | 0.98 | 0.44 |
| Hex | 1F | DC | 2 | 56 | 0 | 63 | E | 70 | 62 | 2C |
| Octal | 37 | 334 | 2 | 126 | 0 | 143 | 16 | 160 | 142 | 54 |
| Binary | 11111 | 11011100 | 10 | 1010110 | 0 | 1100011 | 1110 | 1110000 | 1100010 | 101100 |
Color Harmonies of #1FDC02
Complementary color
Monochromatic Colors of #1FDC02
Black with #1FDC02
Text Example
Text Example
White with #1FDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC02; }
p { color: rgb(31,220,2); }
H1.HeaderClassName
{
color: #1FDC02;
}
.AnyTagClassName
{
color: #1FDC02;
}
</style>
background-color css
<style>
a { background-color: #1FDC02; }
a { background-color: rgb(31,220,2); }
div.DivClassName
{
background-color: #1FDC02;
}
.BgClassName
{
background-color: #1FDC02;
}
</style>
border-color css
<style>
span { border-color: #1FDC02; }
span { border-color: rgb(31,220,2); }
td.TdClassName
{
border-color: #1FDC02;
}
.TagClassName
{
border-color: #1FDC02;
}
</style>