Shades of Free Speech Green #1FFD2F
Tints of Free Speech Green #1FFD2F
RGB
CMYK
RGB Variations
Color information
#1FFD2F (or 0x1FFD2F) is known color: Free Speech Green. HEX triplet: 1F, FD and 2F. RGB value is (31,253,47). Sum of RGB (Red+Green+Blue) = 31+253+47=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 253 (99.22% from 255 or 76.44% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFD2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFD2F is #E002D0. Grayscale: #A3A3A3. Windows color (decimal): -14680785 or 3144991. OLE color: 3144991.
HSL color Cylindrical-coordinate representation of color #1FFD2F: hue angle of 124.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFD2F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.01 |
| HSL | 124.32º | 0.98% | 0.56% | - |
| HSV(B) | 124.32º | 0.88% | 0.99% | - |
| XYZ | 36.2 | 70.75 | 14.44 | - |
| YUV | 163.14 | 62.45 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 47 | 0.88 | 0 | 0.81 | 0.01 | 124.32 | 0.98 | 0.56 |
| Hex | 1F | FD | 2F | 58 | 0 | 51 | 1 | 7C | 62 | 38 |
| Octal | 37 | 375 | 57 | 130 | 0 | 121 | 1 | 174 | 142 | 70 |
| Binary | 11111 | 11111101 | 101111 | 1011000 | 0 | 1010001 | 1 | 1111100 | 1100010 | 111000 |
Color Harmonies of #1FFD2F
Complementary color
Monochromatic Colors of #1FFD2F
Black with #1FFD2F
Text Example
Text Example
White with #1FFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFD2F; }
p { color: rgb(31,253,47); }
H1.HeaderClassName
{
color: #1FFD2F;
}
.AnyTagClassName
{
color: #1FFD2F;
}
</style>
background-color css
<style>
a { background-color: #1FFD2F; }
a { background-color: rgb(31,253,47); }
div.DivClassName
{
background-color: #1FFD2F;
}
.BgClassName
{
background-color: #1FFD2F;
}
</style>
border-color css
<style>
span { border-color: #1FFD2F; }
span { border-color: rgb(31,253,47); }
td.TdClassName
{
border-color: #1FFD2F;
}
.TagClassName
{
border-color: #1FFD2F;
}
</style>