Shades of Free Speech Green #1FED2A
Tints of Free Speech Green #1FED2A
RGB
CMYK
RGB Variations
Color information
#1FED2A (or 0x1FED2A) is known color: Free Speech Green. HEX triplet: 1F, ED and 2A. RGB value is (31,237,42). Sum of RGB (Red+Green+Blue) = 31+237+42=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #1FED2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FED2A is #E012D5. Grayscale: #999999. Windows color (decimal): -14684886 or 2813215. OLE color: 2813215.
HSL color Cylindrical-coordinate representation of color #1FED2A: hue angle of 123.2º 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 #1FED2A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 42 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.07 |
| HSL | 123.2º | 0.85% | 0.53% | - |
| HSV(B) | 123.2º | 0.87% | 0.93% | - |
| XYZ | 31.27 | 61.03 | 12.32 | - |
| YUV | 153.18 | 65.25 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 42 | 0.87 | 0 | 0.82 | 0.07 | 123.2 | 0.85 | 0.53 |
| Hex | 1F | ED | 2A | 57 | 0 | 52 | 7 | 7B | 55 | 35 |
| Octal | 37 | 355 | 52 | 127 | 0 | 122 | 7 | 173 | 125 | 65 |
| Binary | 11111 | 11101101 | 101010 | 1010111 | 0 | 1010010 | 111 | 1111011 | 1010101 | 110101 |
Color Harmonies of #1FED2A
Complementary color
Monochromatic Colors of #1FED2A
Black with #1FED2A
Text Example
Text Example
White with #1FED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FED2A; }
p { color: rgb(31,237,42); }
H1.HeaderClassName
{
color: #1FED2A;
}
.AnyTagClassName
{
color: #1FED2A;
}
</style>
background-color css
<style>
a { background-color: #1FED2A; }
a { background-color: rgb(31,237,42); }
div.DivClassName
{
background-color: #1FED2A;
}
.BgClassName
{
background-color: #1FED2A;
}
</style>
border-color css
<style>
span { border-color: #1FED2A; }
span { border-color: rgb(31,237,42); }
td.TdClassName
{
border-color: #1FED2A;
}
.TagClassName
{
border-color: #1FED2A;
}
</style>