Shades of Free Speech Green #12EF2D
Tints of Free Speech Green #12EF2D
RGB
CMYK
RGB Variations
Color information
#12EF2D (or 0x12EF2D) is known color: Free Speech Green. HEX triplet: 12, EF and 2D. RGB value is (18,239,45). Sum of RGB (Red+Green+Blue) = 18+239+45=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 239 (93.75% from 255 or 79.14% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EF2D is #ED10D2. Grayscale: #979797. Windows color (decimal): -15536339 or 3010322. OLE color: 3010322.
HSL color Cylindrical-coordinate representation of color #12EF2D: hue angle of 127.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EF2D is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 45 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.06 |
| HSL | 127.33º | 0.87% | 0.5% | - |
| HSV(B) | 127.33º | 0.92% | 0.94% | - |
| XYZ | 31.59 | 62.05 | 12.79 | - |
| YUV | 150.81 | 68.28 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 45 | 0.92 | 0 | 0.81 | 0.06 | 127.33 | 0.87 | 0.5 |
| Hex | 12 | EF | 2D | 5C | 0 | 51 | 6 | 7F | 57 | 32 |
| Octal | 22 | 357 | 55 | 134 | 0 | 121 | 6 | 177 | 127 | 62 |
| Binary | 10010 | 11101111 | 101101 | 1011100 | 0 | 1010001 | 110 | 1111111 | 1010111 | 110010 |
Color Harmonies of #12EF2D
Complementary color
Monochromatic Colors of #12EF2D
Black with #12EF2D
Text Example
Text Example
White with #12EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EF2D; }
p { color: rgb(18,239,45); }
H1.HeaderClassName
{
color: #12EF2D;
}
.AnyTagClassName
{
color: #12EF2D;
}
</style>
background-color css
<style>
a { background-color: #12EF2D; }
a { background-color: rgb(18,239,45); }
div.DivClassName
{
background-color: #12EF2D;
}
.BgClassName
{
background-color: #12EF2D;
}
</style>
border-color css
<style>
span { border-color: #12EF2D; }
span { border-color: rgb(18,239,45); }
td.TdClassName
{
border-color: #12EF2D;
}
.TagClassName
{
border-color: #12EF2D;
}
</style>