Shades of Free Speech Green #1FED2D
Tints of Free Speech Green #1FED2D
RGB
CMYK
RGB Variations
Color information
#1FED2D (or 0x1FED2D) is known color: Free Speech Green. HEX triplet: 1F, ED and 2D. RGB value is (31,237,45). Sum of RGB (Red+Green+Blue) = 31+237+45=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 237 (92.97% from 255 or 75.72% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 237 - color contains mainly: green. Hex color #1FED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FED2D is #E012D2. Grayscale: #9A9A9A. Windows color (decimal): -14684883 or 3009823. OLE color: 3009823.
HSL color Cylindrical-coordinate representation of color #1FED2D: hue angle of 124.08º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FED2D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 45 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.07 |
| HSL | 124.08º | 0.85% | 0.53% | - |
| HSV(B) | 124.08º | 0.87% | 0.93% | - |
| XYZ | 31.32 | 61.05 | 12.62 | - |
| YUV | 153.52 | 66.75 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 45 | 0.87 | 0 | 0.81 | 0.07 | 124.08 | 0.85 | 0.53 |
| Hex | 1F | ED | 2D | 57 | 0 | 51 | 7 | 7C | 55 | 35 |
| Octal | 37 | 355 | 55 | 127 | 0 | 121 | 7 | 174 | 125 | 65 |
| Binary | 11111 | 11101101 | 101101 | 1010111 | 0 | 1010001 | 111 | 1111100 | 1010101 | 110101 |
Color Harmonies of #1FED2D
Complementary color
Monochromatic Colors of #1FED2D
Black with #1FED2D
Text Example
Text Example
White with #1FED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FED2D; }
p { color: rgb(31,237,45); }
H1.HeaderClassName
{
color: #1FED2D;
}
.AnyTagClassName
{
color: #1FED2D;
}
</style>
background-color css
<style>
a { background-color: #1FED2D; }
a { background-color: rgb(31,237,45); }
div.DivClassName
{
background-color: #1FED2D;
}
.BgClassName
{
background-color: #1FED2D;
}
</style>
border-color css
<style>
span { border-color: #1FED2D; }
span { border-color: rgb(31,237,45); }
td.TdClassName
{
border-color: #1FED2D;
}
.TagClassName
{
border-color: #1FED2D;
}
</style>