Shades of Free Speech Green #18E221
Tints of Free Speech Green #18E221
RGB
CMYK
RGB Variations
Color information
#18E221 (or 0x18E221) is known color: Free Speech Green. HEX triplet: 18, E2 and 21. RGB value is (24,226,33). Sum of RGB (Red+Green+Blue) = 24+226+33=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 226 (88.67% from 255 or 79.86% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 226 - color contains mainly: green. Hex color #18E221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E221 is #E71DDE. Grayscale: #909090. Windows color (decimal): -15146463 or 2220568. OLE color: 2220568.
HSL color Cylindrical-coordinate representation of color #18E221: hue angle of 122.67º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E221 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 226 | 33 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.11 |
| HSL | 122.67º | 0.81% | 0.49% | - |
| HSV(B) | 122.67º | 0.89% | 0.89% | - |
| XYZ | 27.85 | 54.7 | 10.53 | - |
| YUV | 143.6 | 65.58 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 33 | 0.89 | 0 | 0.85 | 0.11 | 122.67 | 0.81 | 0.49 |
| Hex | 18 | E2 | 21 | 59 | 0 | 55 | B | 7B | 51 | 31 |
| Octal | 30 | 342 | 41 | 131 | 0 | 125 | 13 | 173 | 121 | 61 |
| Binary | 11000 | 11100010 | 100001 | 1011001 | 0 | 1010101 | 1011 | 1111011 | 1010001 | 110001 |
Color Harmonies of #18E221
Complementary color
Monochromatic Colors of #18E221
Black with #18E221
Text Example
Text Example
White with #18E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E221; }
p { color: rgb(24,226,33); }
H1.HeaderClassName
{
color: #18E221;
}
.AnyTagClassName
{
color: #18E221;
}
</style>
background-color css
<style>
a { background-color: #18E221; }
a { background-color: rgb(24,226,33); }
div.DivClassName
{
background-color: #18E221;
}
.BgClassName
{
background-color: #18E221;
}
</style>
border-color css
<style>
span { border-color: #18E221; }
span { border-color: rgb(24,226,33); }
td.TdClassName
{
border-color: #18E221;
}
.TagClassName
{
border-color: #18E221;
}
</style>