Shades of Free Speech Green #12DF2B
Tints of Free Speech Green #12DF2B
RGB
CMYK
RGB Variations
Color information
#12DF2B (or 0x12DF2B) is known color: Free Speech Green. HEX triplet: 12, DF and 2B. RGB value is (18,223,43). Sum of RGB (Red+Green+Blue) = 18+223+43=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF2B is #ED20D4. Grayscale: #8D8D8D. Windows color (decimal): -15540437 or 2875154. OLE color: 2875154.
HSL color Cylindrical-coordinate representation of color #12DF2B: hue angle of 127.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF2B is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 43 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.13 |
| HSL | 127.32º | 0.85% | 0.47% | - |
| HSV(B) | 127.32º | 0.92% | 0.87% | - |
| XYZ | 27.07 | 53.08 | 11.1 | - |
| YUV | 141.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 43 | 0.92 | 0 | 0.81 | 0.13 | 127.32 | 0.85 | 0.47 |
| Hex | 12 | DF | 2B | 5C | 0 | 51 | D | 7F | 55 | 2F |
| Octal | 22 | 337 | 53 | 134 | 0 | 121 | 15 | 177 | 125 | 57 |
| Binary | 10010 | 11011111 | 101011 | 1011100 | 0 | 1010001 | 1101 | 1111111 | 1010101 | 101111 |
Color Harmonies of #12DF2B
Complementary color
Monochromatic Colors of #12DF2B
Black with #12DF2B
Text Example
Text Example
White with #12DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF2B; }
p { color: rgb(18,223,43); }
H1.HeaderClassName
{
color: #12DF2B;
}
.AnyTagClassName
{
color: #12DF2B;
}
</style>
background-color css
<style>
a { background-color: #12DF2B; }
a { background-color: rgb(18,223,43); }
div.DivClassName
{
background-color: #12DF2B;
}
.BgClassName
{
background-color: #12DF2B;
}
</style>
border-color css
<style>
span { border-color: #12DF2B; }
span { border-color: rgb(18,223,43); }
td.TdClassName
{
border-color: #12DF2B;
}
.TagClassName
{
border-color: #12DF2B;
}
</style>