Shades of Free Speech Green #1FE71D
Tints of Free Speech Green #1FE71D
RGB
CMYK
RGB Variations
Color information
#1FE71D (or 0x1FE71D) is known color: Free Speech Green. HEX triplet: 1F, E7 and 1D. RGB value is (31,231,29). Sum of RGB (Red+Green+Blue) = 31+231+29=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 231 (90.62% from 255 or 79.38% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE71D is #E018E2. Grayscale: #949494. Windows color (decimal): -14686435 or 1959711. OLE color: 1959711.
HSL color Cylindrical-coordinate representation of color #1FE71D: hue angle of 119.41º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE71D is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 29 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.09 |
| HSL | 119.41º | 0.81% | 0.51% | - |
| HSV(B) | 119.41º | 0.87% | 0.91% | - |
| XYZ | 29.36 | 57.53 | 10.72 | - |
| YUV | 148.17 | 60.74 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 29 | 0.87 | 0 | 0.87 | 0.09 | 119.41 | 0.81 | 0.51 |
| Hex | 1F | E7 | 1D | 57 | 0 | 57 | 9 | 77 | 51 | 33 |
| Octal | 37 | 347 | 35 | 127 | 0 | 127 | 11 | 167 | 121 | 63 |
| Binary | 11111 | 11100111 | 11101 | 1010111 | 0 | 1010111 | 1001 | 1110111 | 1010001 | 110011 |
Color Harmonies of #1FE71D
Complementary color
Monochromatic Colors of #1FE71D
Black with #1FE71D
Text Example
Text Example
White with #1FE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE71D; }
p { color: rgb(31,231,29); }
H1.HeaderClassName
{
color: #1FE71D;
}
.AnyTagClassName
{
color: #1FE71D;
}
</style>
background-color css
<style>
a { background-color: #1FE71D; }
a { background-color: rgb(31,231,29); }
div.DivClassName
{
background-color: #1FE71D;
}
.BgClassName
{
background-color: #1FE71D;
}
</style>
border-color css
<style>
span { border-color: #1FE71D; }
span { border-color: rgb(31,231,29); }
td.TdClassName
{
border-color: #1FE71D;
}
.TagClassName
{
border-color: #1FE71D;
}
</style>