Shades of Free Speech Green #12FF31
Tints of Free Speech Green #12FF31
RGB
CMYK
RGB Variations
Color information
#12FF31 (or 0x12FF31) is known color: Free Speech Green. HEX triplet: 12, FF and 31. RGB value is (18,255,49). Sum of RGB (Red+Green+Blue) = 18+255+49=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 255 (100% from 255 or 79.19% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FF31 is #ED00CE. Grayscale: #A1A1A1. Windows color (decimal): -15532239 or 3276562. OLE color: 3276562.
HSL color Cylindrical-coordinate representation of color #12FF31: hue angle of 127.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF31 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 49 | - |
| CMYK | 0.93 | 0 | 0.81 | 0 |
| HSL | 127.85º | 1% | 0.54% | - |
| HSV(B) | 127.85º | 0.93% | 1% | - |
| XYZ | 36.56 | 71.87 | 14.85 | - |
| YUV | 160.65 | 64.98 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 49 | 0.93 | 0 | 0.81 | 0 | 127.85 | 1 | 0.54 |
| Hex | 12 | FF | 31 | 5D | 0 | 51 | 0 | 80 | 64 | 36 |
| Octal | 22 | 377 | 61 | 135 | 0 | 121 | 0 | 200 | 144 | 66 |
| Binary | 10010 | 11111111 | 110001 | 1011101 | 0 | 1010001 | 0 | 10000000 | 1100100 | 110110 |
Color Harmonies of #12FF31
Complementary color
Monochromatic Colors of #12FF31
Black with #12FF31
Text Example
Text Example
White with #12FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF31; }
p { color: rgb(18,255,49); }
H1.HeaderClassName
{
color: #12FF31;
}
.AnyTagClassName
{
color: #12FF31;
}
</style>
background-color css
<style>
a { background-color: #12FF31; }
a { background-color: rgb(18,255,49); }
div.DivClassName
{
background-color: #12FF31;
}
.BgClassName
{
background-color: #12FF31;
}
</style>
border-color css
<style>
span { border-color: #12FF31; }
span { border-color: rgb(18,255,49); }
td.TdClassName
{
border-color: #12FF31;
}
.TagClassName
{
border-color: #12FF31;
}
</style>