Shades of Free Speech Green #12EC25
Tints of Free Speech Green #12EC25
RGB
CMYK
RGB Variations
Color information
#12EC25 (or 0x12EC25) is known color: Free Speech Green. HEX triplet: 12, EC and 25. RGB value is (18,236,37). Sum of RGB (Red+Green+Blue) = 18+236+37=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 236 (92.58% from 255 or 81.10% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EC25 is #ED13DA. Grayscale: #949494. Windows color (decimal): -15537115 or 2485266. OLE color: 2485266.
HSL color Cylindrical-coordinate representation of color #12EC25: hue angle of 125.23º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EC25 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 37 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.07 |
| HSL | 125.23º | 0.86% | 0.5% | - |
| HSV(B) | 125.23º | 0.92% | 0.93% | - |
| XYZ | 30.58 | 60.25 | 11.77 | - |
| YUV | 148.13 | 65.28 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 37 | 0.92 | 0 | 0.84 | 0.07 | 125.23 | 0.86 | 0.5 |
| Hex | 12 | EC | 25 | 5C | 0 | 54 | 7 | 7D | 56 | 32 |
| Octal | 22 | 354 | 45 | 134 | 0 | 124 | 7 | 175 | 126 | 62 |
| Binary | 10010 | 11101100 | 100101 | 1011100 | 0 | 1010100 | 111 | 1111101 | 1010110 | 110010 |
Color Harmonies of #12EC25
Complementary color
Monochromatic Colors of #12EC25
Black with #12EC25
Text Example
Text Example
White with #12EC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC25; }
p { color: rgb(18,236,37); }
H1.HeaderClassName
{
color: #12EC25;
}
.AnyTagClassName
{
color: #12EC25;
}
</style>
background-color css
<style>
a { background-color: #12EC25; }
a { background-color: rgb(18,236,37); }
div.DivClassName
{
background-color: #12EC25;
}
.BgClassName
{
background-color: #12EC25;
}
</style>
border-color css
<style>
span { border-color: #12EC25; }
span { border-color: rgb(18,236,37); }
td.TdClassName
{
border-color: #12EC25;
}
.TagClassName
{
border-color: #12EC25;
}
</style>