Shades of Free Speech Green #12FE31
Tints of Free Speech Green #12FE31
RGB
CMYK
RGB Variations
Color information
#12FE31 (or 0x12FE31) is known color: Free Speech Green. HEX triplet: 12, FE and 31. RGB value is (18,254,49). Sum of RGB (Red+Green+Blue) = 18+254+49=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FE31 is #ED01CE. Grayscale: #A0A0A0. Windows color (decimal): -15532495 or 3276306. OLE color: 3276306.
HSL color Cylindrical-coordinate representation of color #12FE31: hue angle of 127.88º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE31 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 49 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.00 |
| HSL | 127.88º | 0.99% | 0.53% | - |
| HSV(B) | 127.88º | 0.93% | 1% | - |
| XYZ | 36.25 | 71.23 | 14.74 | - |
| YUV | 160.07 | 65.31 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 49 | 0.93 | 0 | 0.81 | 0.00 | 127.88 | 0.99 | 0.53 |
| Hex | 12 | FE | 31 | 5D | 0 | 51 | 0 | 80 | 63 | 35 |
| Octal | 22 | 376 | 61 | 135 | 0 | 121 | 0 | 200 | 143 | 65 |
| Binary | 10010 | 11111110 | 110001 | 1011101 | 0 | 1010001 | 0 | 10000000 | 1100011 | 110101 |
Color Harmonies of #12FE31
Complementary color
Monochromatic Colors of #12FE31
Black with #12FE31
Text Example
Text Example
White with #12FE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE31; }
p { color: rgb(18,254,49); }
H1.HeaderClassName
{
color: #12FE31;
}
.AnyTagClassName
{
color: #12FE31;
}
</style>
background-color css
<style>
a { background-color: #12FE31; }
a { background-color: rgb(18,254,49); }
div.DivClassName
{
background-color: #12FE31;
}
.BgClassName
{
background-color: #12FE31;
}
</style>
border-color css
<style>
span { border-color: #12FE31; }
span { border-color: rgb(18,254,49); }
td.TdClassName
{
border-color: #12FE31;
}
.TagClassName
{
border-color: #12FE31;
}
</style>