Shades of Free Speech Green #1FDD03
Tints of Free Speech Green #1FDD03
RGB
CMYK
RGB Variations
Color information
#1FDD03 (or 0x1FDD03) is known color: Free Speech Green. HEX triplet: 1F, DD and 03. RGB value is (31,221,3). Sum of RGB (Red+Green+Blue) = 31+221+3=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDD03 is #E022FC. Grayscale: #8C8C8C. Windows color (decimal): -14689021 or 253215. OLE color: 253215.
HSL color Cylindrical-coordinate representation of color #1FDD03: hue angle of 112.29º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FDD03 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 3 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.13 |
| HSL | 112.29º | 0.97% | 0.44% | - |
| HSV(B) | 112.29º | 0.99% | 0.87% | - |
| XYZ | 26.44 | 52.01 | 8.73 | - |
| YUV | 139.34 | 51.05 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 3 | 0.86 | 0 | 0.99 | 0.13 | 112.29 | 0.97 | 0.44 |
| Hex | 1F | DD | 3 | 56 | 0 | 63 | D | 70 | 61 | 2C |
| Octal | 37 | 335 | 3 | 126 | 0 | 143 | 15 | 160 | 141 | 54 |
| Binary | 11111 | 11011101 | 11 | 1010110 | 0 | 1100011 | 1101 | 1110000 | 1100001 | 101100 |
Color Harmonies of #1FDD03
Complementary color
Monochromatic Colors of #1FDD03
Black with #1FDD03
Text Example
Text Example
White with #1FDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD03; }
p { color: rgb(31,221,3); }
H1.HeaderClassName
{
color: #1FDD03;
}
.AnyTagClassName
{
color: #1FDD03;
}
</style>
background-color css
<style>
a { background-color: #1FDD03; }
a { background-color: rgb(31,221,3); }
div.DivClassName
{
background-color: #1FDD03;
}
.BgClassName
{
background-color: #1FDD03;
}
</style>
border-color css
<style>
span { border-color: #1FDD03; }
span { border-color: rgb(31,221,3); }
td.TdClassName
{
border-color: #1FDD03;
}
.TagClassName
{
border-color: #1FDD03;
}
</style>