Shades of Free Speech Green #18E20B
Tints of Free Speech Green #18E20B
RGB
CMYK
RGB Variations
Color information
#18E20B (or 0x18E20B) is known color: Free Speech Green. HEX triplet: 18, E2 and 0B. RGB value is (24,226,11). Sum of RGB (Red+Green+Blue) = 24+226+11=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 226 (88.67% from 255 or 86.59% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 226 - color contains mainly: green. Hex color #18E20B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E20B is #E71DF4. Grayscale: #8D8D8D. Windows color (decimal): -15146485 or 778776. OLE color: 778776.
HSL color Cylindrical-coordinate representation of color #18E20B: hue angle of 116.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18E20B is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 226 | 11 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.11 |
| HSL | 116.37º | 0.91% | 0.46% | - |
| HSV(B) | 116.37º | 0.95% | 0.89% | - |
| XYZ | 27.63 | 54.61 | 9.4 | - |
| YUV | 141.09 | 54.58 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 11 | 0.89 | 0 | 0.95 | 0.11 | 116.37 | 0.91 | 0.46 |
| Hex | 18 | E2 | B | 59 | 0 | 5F | B | 74 | 5B | 2E |
| Octal | 30 | 342 | 13 | 131 | 0 | 137 | 13 | 164 | 133 | 56 |
| Binary | 11000 | 11100010 | 1011 | 1011001 | 0 | 1011111 | 1011 | 1110100 | 1011011 | 101110 |
Color Harmonies of #18E20B
Complementary color
Monochromatic Colors of #18E20B
Black with #18E20B
Text Example
Text Example
White with #18E20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E20B; }
p { color: rgb(24,226,11); }
H1.HeaderClassName
{
color: #18E20B;
}
.AnyTagClassName
{
color: #18E20B;
}
</style>
background-color css
<style>
a { background-color: #18E20B; }
a { background-color: rgb(24,226,11); }
div.DivClassName
{
background-color: #18E20B;
}
.BgClassName
{
background-color: #18E20B;
}
</style>
border-color css
<style>
span { border-color: #18E20B; }
span { border-color: rgb(24,226,11); }
td.TdClassName
{
border-color: #18E20B;
}
.TagClassName
{
border-color: #18E20B;
}
</style>