Shades of Free Speech Green #18EC32
Tints of Free Speech Green #18EC32
RGB
CMYK
RGB Variations
Color information
#18EC32 (or 0x18EC32) is known color: Free Speech Green. HEX triplet: 18, EC and 32. RGB value is (24,236,50). Sum of RGB (Red+Green+Blue) = 24+236+50=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 236 (92.58% from 255 or 76.13% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EC32 is #E713CD. Grayscale: #979797. Windows color (decimal): -15143886 or 3337240. OLE color: 3337240.
HSL color Cylindrical-coordinate representation of color #18EC32: hue angle of 127.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EC32 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 50 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.07 |
| HSL | 127.36º | 0.85% | 0.51% | - |
| HSV(B) | 127.36º | 0.9% | 0.93% | - |
| XYZ | 30.95 | 60.42 | 13.05 | - |
| YUV | 151.41 | 70.76 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 50 | 0.90 | 0 | 0.79 | 0.07 | 127.36 | 0.85 | 0.51 |
| Hex | 18 | EC | 32 | 5A | 0 | 4F | 7 | 7F | 55 | 33 |
| Octal | 30 | 354 | 62 | 132 | 0 | 117 | 7 | 177 | 125 | 63 |
| Binary | 11000 | 11101100 | 110010 | 1011010 | 0 | 1001111 | 111 | 1111111 | 1010101 | 110011 |
Color Harmonies of #18EC32
Complementary color
Monochromatic Colors of #18EC32
Black with #18EC32
Text Example
Text Example
White with #18EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC32; }
p { color: rgb(24,236,50); }
H1.HeaderClassName
{
color: #18EC32;
}
.AnyTagClassName
{
color: #18EC32;
}
</style>
background-color css
<style>
a { background-color: #18EC32; }
a { background-color: rgb(24,236,50); }
div.DivClassName
{
background-color: #18EC32;
}
.BgClassName
{
background-color: #18EC32;
}
</style>
border-color css
<style>
span { border-color: #18EC32; }
span { border-color: rgb(24,236,50); }
td.TdClassName
{
border-color: #18EC32;
}
.TagClassName
{
border-color: #18EC32;
}
</style>