Shades of Free Speech Green #1FE61E
Tints of Free Speech Green #1FE61E
RGB
CMYK
RGB Variations
Color information
#1FE61E (or 0x1FE61E) is known color: Free Speech Green. HEX triplet: 1F, E6 and 1E. RGB value is (31,230,30). Sum of RGB (Red+Green+Blue) = 31+230+30=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 230 (90.23% from 255 or 79.04% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE61E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE61E is #E019E1. Grayscale: #949494. Windows color (decimal): -14686690 or 2024991. OLE color: 2024991.
HSL color Cylindrical-coordinate representation of color #1FE61E: hue angle of 119.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE61E is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 30 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.10 |
| HSL | 119.7º | 0.8% | 0.51% | - |
| HSV(B) | 119.7º | 0.87% | 0.9% | - |
| XYZ | 29.1 | 56.98 | 10.69 | - |
| YUV | 147.7 | 61.57 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 30 | 0.87 | 0 | 0.87 | 0.10 | 119.7 | 0.8 | 0.51 |
| Hex | 1F | E6 | 1E | 57 | 0 | 57 | A | 78 | 50 | 33 |
| Octal | 37 | 346 | 36 | 127 | 0 | 127 | 12 | 170 | 120 | 63 |
| Binary | 11111 | 11100110 | 11110 | 1010111 | 0 | 1010111 | 1010 | 1111000 | 1010000 | 110011 |
Color Harmonies of #1FE61E
Complementary color
Monochromatic Colors of #1FE61E
Black with #1FE61E
Text Example
Text Example
White with #1FE61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE61E; }
p { color: rgb(31,230,30); }
H1.HeaderClassName
{
color: #1FE61E;
}
.AnyTagClassName
{
color: #1FE61E;
}
</style>
background-color css
<style>
a { background-color: #1FE61E; }
a { background-color: rgb(31,230,30); }
div.DivClassName
{
background-color: #1FE61E;
}
.BgClassName
{
background-color: #1FE61E;
}
</style>
border-color css
<style>
span { border-color: #1FE61E; }
span { border-color: rgb(31,230,30); }
td.TdClassName
{
border-color: #1FE61E;
}
.TagClassName
{
border-color: #1FE61E;
}
</style>