Shades of Free Speech Green #18E022
Tints of Free Speech Green #18E022
RGB
CMYK
RGB Variations
Color information
#18E022 (or 0x18E022) is known color: Free Speech Green. HEX triplet: 18, E0 and 22. RGB value is (24,224,34). Sum of RGB (Red+Green+Blue) = 24+224+34=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 224 (87.89% from 255 or 79.43% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 224 - color contains mainly: green. Hex color #18E022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E022 is #E71FDD. Grayscale: #8F8F8F. Windows color (decimal): -15146974 or 2285592. OLE color: 2285592.
HSL color Cylindrical-coordinate representation of color #18E022: hue angle of 123º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E022 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 34 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.12 |
| HSL | 123º | 0.81% | 0.49% | - |
| HSV(B) | 123º | 0.89% | 0.88% | - |
| XYZ | 27.32 | 53.62 | 10.42 | - |
| YUV | 142.54 | 66.74 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 34 | 0.89 | 0 | 0.85 | 0.12 | 123 | 0.81 | 0.49 |
| Hex | 18 | E0 | 22 | 59 | 0 | 55 | C | 7B | 51 | 31 |
| Octal | 30 | 340 | 42 | 131 | 0 | 125 | 14 | 173 | 121 | 61 |
| Binary | 11000 | 11100000 | 100010 | 1011001 | 0 | 1010101 | 1100 | 1111011 | 1010001 | 110001 |
Color Harmonies of #18E022
Complementary color
Monochromatic Colors of #18E022
Black with #18E022
Text Example
Text Example
White with #18E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E022; }
p { color: rgb(24,224,34); }
H1.HeaderClassName
{
color: #18E022;
}
.AnyTagClassName
{
color: #18E022;
}
</style>
background-color css
<style>
a { background-color: #18E022; }
a { background-color: rgb(24,224,34); }
div.DivClassName
{
background-color: #18E022;
}
.BgClassName
{
background-color: #18E022;
}
</style>
border-color css
<style>
span { border-color: #18E022; }
span { border-color: rgb(24,224,34); }
td.TdClassName
{
border-color: #18E022;
}
.TagClassName
{
border-color: #18E022;
}
</style>