Shades of Free Speech Green #12E42B
Tints of Free Speech Green #12E42B
RGB
CMYK
RGB Variations
Color information
#12E42B (or 0x12E42B) is known color: Free Speech Green. HEX triplet: 12, E4 and 2B. RGB value is (18,228,43). Sum of RGB (Red+Green+Blue) = 18+228+43=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 228 (89.45% from 255 or 78.89% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 228 - color contains mainly: green. Hex color #12E42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E42B is #ED1BD4. Grayscale: #909090. Windows color (decimal): -15539157 or 2876434. OLE color: 2876434.
HSL color Cylindrical-coordinate representation of color #12E42B: hue angle of 127.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E42B is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 43 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.11 |
| HSL | 127.14º | 0.85% | 0.48% | - |
| HSV(B) | 127.14º | 0.92% | 0.89% | - |
| XYZ | 28.43 | 55.79 | 11.56 | - |
| YUV | 144.12 | 70.93 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 43 | 0.92 | 0 | 0.81 | 0.11 | 127.14 | 0.85 | 0.48 |
| Hex | 12 | E4 | 2B | 5C | 0 | 51 | B | 7F | 55 | 30 |
| Octal | 22 | 344 | 53 | 134 | 0 | 121 | 13 | 177 | 125 | 60 |
| Binary | 10010 | 11100100 | 101011 | 1011100 | 0 | 1010001 | 1011 | 1111111 | 1010101 | 110000 |
Color Harmonies of #12E42B
Complementary color
Monochromatic Colors of #12E42B
Black with #12E42B
Text Example
Text Example
White with #12E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E42B; }
p { color: rgb(18,228,43); }
H1.HeaderClassName
{
color: #12E42B;
}
.AnyTagClassName
{
color: #12E42B;
}
</style>
background-color css
<style>
a { background-color: #12E42B; }
a { background-color: rgb(18,228,43); }
div.DivClassName
{
background-color: #12E42B;
}
.BgClassName
{
background-color: #12E42B;
}
</style>
border-color css
<style>
span { border-color: #12E42B; }
span { border-color: rgb(18,228,43); }
td.TdClassName
{
border-color: #12E42B;
}
.TagClassName
{
border-color: #12E42B;
}
</style>