Shades of Free Speech Green #1FFA2F
Tints of Free Speech Green #1FFA2F
RGB
CMYK
RGB Variations
Color information
#1FFA2F (or 0x1FFA2F) is known color: Free Speech Green. HEX triplet: 1F, FA and 2F. RGB value is (31,250,47). Sum of RGB (Red+Green+Blue) = 31+250+47=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFA2F is #E005D0. Grayscale: #A1A1A1. Windows color (decimal): -14681553 or 3144223. OLE color: 3144223.
HSL color Cylindrical-coordinate representation of color #1FFA2F: hue angle of 124.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFA2F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.02 |
| HSL | 124.38º | 0.96% | 0.55% | - |
| HSV(B) | 124.38º | 0.88% | 0.98% | - |
| XYZ | 35.26 | 68.87 | 14.12 | - |
| YUV | 161.38 | 63.45 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 47 | 0.88 | 0 | 0.81 | 0.02 | 124.38 | 0.96 | 0.55 |
| Hex | 1F | FA | 2F | 58 | 0 | 51 | 2 | 7C | 60 | 37 |
| Octal | 37 | 372 | 57 | 130 | 0 | 121 | 2 | 174 | 140 | 67 |
| Binary | 11111 | 11111010 | 101111 | 1011000 | 0 | 1010001 | 10 | 1111100 | 1100000 | 110111 |
Color Harmonies of #1FFA2F
Complementary color
Monochromatic Colors of #1FFA2F
Black with #1FFA2F
Text Example
Text Example
White with #1FFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA2F; }
p { color: rgb(31,250,47); }
H1.HeaderClassName
{
color: #1FFA2F;
}
.AnyTagClassName
{
color: #1FFA2F;
}
</style>
background-color css
<style>
a { background-color: #1FFA2F; }
a { background-color: rgb(31,250,47); }
div.DivClassName
{
background-color: #1FFA2F;
}
.BgClassName
{
background-color: #1FFA2F;
}
</style>
border-color css
<style>
span { border-color: #1FFA2F; }
span { border-color: rgb(31,250,47); }
td.TdClassName
{
border-color: #1FFA2F;
}
.TagClassName
{
border-color: #1FFA2F;
}
</style>