Shades of Free Speech Green #1FE61A
Tints of Free Speech Green #1FE61A
RGB
CMYK
RGB Variations
Color information
#1FE61A (or 0x1FE61A) is known color: Free Speech Green. HEX triplet: 1F, E6 and 1A. RGB value is (31,230,26). Sum of RGB (Red+Green+Blue) = 31+230+26=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 230 (90.23% from 255 or 80.14% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FE61A is #E019E5. Grayscale: #939393. Windows color (decimal): -14686694 or 1762847. OLE color: 1762847.
HSL color Cylindrical-coordinate representation of color #1FE61A: hue angle of 118.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FE61A is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 26 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.10 |
| HSL | 118.53º | 0.8% | 0.5% | - |
| HSV(B) | 118.53º | 0.89% | 0.9% | - |
| XYZ | 29.05 | 56.96 | 10.44 | - |
| YUV | 147.24 | 59.57 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 26 | 0.87 | 0 | 0.89 | 0.10 | 118.53 | 0.8 | 0.5 |
| Hex | 1F | E6 | 1A | 57 | 0 | 59 | A | 77 | 50 | 32 |
| Octal | 37 | 346 | 32 | 127 | 0 | 131 | 12 | 167 | 120 | 62 |
| Binary | 11111 | 11100110 | 11010 | 1010111 | 0 | 1011001 | 1010 | 1110111 | 1010000 | 110010 |
Color Harmonies of #1FE61A
Complementary color
Monochromatic Colors of #1FE61A
Black with #1FE61A
Text Example
Text Example
White with #1FE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE61A; }
p { color: rgb(31,230,26); }
H1.HeaderClassName
{
color: #1FE61A;
}
.AnyTagClassName
{
color: #1FE61A;
}
</style>
background-color css
<style>
a { background-color: #1FE61A; }
a { background-color: rgb(31,230,26); }
div.DivClassName
{
background-color: #1FE61A;
}
.BgClassName
{
background-color: #1FE61A;
}
</style>
border-color css
<style>
span { border-color: #1FE61A; }
span { border-color: rgb(31,230,26); }
td.TdClassName
{
border-color: #1FE61A;
}
.TagClassName
{
border-color: #1FE61A;
}
</style>