Shades of Free Speech Green #1FED0D
Tints of Free Speech Green #1FED0D
RGB
CMYK
RGB Variations
Color information
#1FED0D (or 0x1FED0D) is known color: Free Speech Green. HEX triplet: 1F, ED and 0D. RGB value is (31,237,13). Sum of RGB (Red+Green+Blue) = 31+237+13=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 237 (92.97% from 255 or 84.34% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 237 - color contains mainly: green. Hex color #1FED0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FED0D is #E012F2. Grayscale: #969696. Windows color (decimal): -14684915 or 912671. OLE color: 912671.
HSL color Cylindrical-coordinate representation of color #1FED0D: hue angle of 115.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FED0D is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 13 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.07 |
| HSL | 115.18º | 0.9% | 0.49% | - |
| HSV(B) | 115.18º | 0.95% | 0.93% | - |
| XYZ | 30.92 | 60.89 | 10.5 | - |
| YUV | 149.87 | 50.75 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 13 | 0.87 | 0 | 0.95 | 0.07 | 115.18 | 0.9 | 0.49 |
| Hex | 1F | ED | D | 57 | 0 | 5F | 7 | 73 | 5A | 31 |
| Octal | 37 | 355 | 15 | 127 | 0 | 137 | 7 | 163 | 132 | 61 |
| Binary | 11111 | 11101101 | 1101 | 1010111 | 0 | 1011111 | 111 | 1110011 | 1011010 | 110001 |
Color Harmonies of #1FED0D
Complementary color
Monochromatic Colors of #1FED0D
Black with #1FED0D
Text Example
Text Example
White with #1FED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FED0D; }
p { color: rgb(31,237,13); }
H1.HeaderClassName
{
color: #1FED0D;
}
.AnyTagClassName
{
color: #1FED0D;
}
</style>
background-color css
<style>
a { background-color: #1FED0D; }
a { background-color: rgb(31,237,13); }
div.DivClassName
{
background-color: #1FED0D;
}
.BgClassName
{
background-color: #1FED0D;
}
</style>
border-color css
<style>
span { border-color: #1FED0D; }
span { border-color: rgb(31,237,13); }
td.TdClassName
{
border-color: #1FED0D;
}
.TagClassName
{
border-color: #1FED0D;
}
</style>