Shades of Free Speech Green #1FFD12
Tints of Free Speech Green #1FFD12
RGB
CMYK
RGB Variations
Color information
#1FFD12 (or 0x1FFD12) is known color: Free Speech Green. HEX triplet: 1F, FD and 12. RGB value is (31,253,18). Sum of RGB (Red+Green+Blue) = 31+253+18=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 253 (99.22% from 255 or 83.77% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFD12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFD12 is #E002ED. Grayscale: #A0A0A0. Windows color (decimal): -14680814 or 1244447. OLE color: 1244447.
HSL color Cylindrical-coordinate representation of color #1FFD12: hue angle of 116.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FFD12 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 18 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.01 |
| HSL | 116.68º | 0.98% | 0.53% | - |
| HSV(B) | 116.68º | 0.93% | 0.99% | - |
| XYZ | 35.8 | 70.59 | 12.31 | - |
| YUV | 159.83 | 47.95 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 18 | 0.88 | 0 | 0.93 | 0.01 | 116.68 | 0.98 | 0.53 |
| Hex | 1F | FD | 12 | 58 | 0 | 5D | 1 | 75 | 62 | 35 |
| Octal | 37 | 375 | 22 | 130 | 0 | 135 | 1 | 165 | 142 | 65 |
| Binary | 11111 | 11111101 | 10010 | 1011000 | 0 | 1011101 | 1 | 1110101 | 1100010 | 110101 |
Color Harmonies of #1FFD12
Complementary color
Monochromatic Colors of #1FFD12
Black with #1FFD12
Text Example
Text Example
White with #1FFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFD12; }
p { color: rgb(31,253,18); }
H1.HeaderClassName
{
color: #1FFD12;
}
.AnyTagClassName
{
color: #1FFD12;
}
</style>
background-color css
<style>
a { background-color: #1FFD12; }
a { background-color: rgb(31,253,18); }
div.DivClassName
{
background-color: #1FFD12;
}
.BgClassName
{
background-color: #1FFD12;
}
</style>
border-color css
<style>
span { border-color: #1FFD12; }
span { border-color: rgb(31,253,18); }
td.TdClassName
{
border-color: #1FFD12;
}
.TagClassName
{
border-color: #1FFD12;
}
</style>