Shades of Free Speech Green #18E200
Tints of Free Speech Green #18E200
RGB
CMYK
RGB Variations
Color information
#18E200 (or 0x18E200) is known color: Free Speech Green. HEX triplet: 18, E2 and 00. RGB value is (24,226,0). Sum of RGB (Red+Green+Blue) = 24+226+0=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 226 (88.67% from 255 or 90.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 226 - color contains mainly: green. Hex color #18E200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E200 is #E71DFF. Grayscale: #8C8C8C. Windows color (decimal): -15146496 or 57880. OLE color: 57880.
HSL color Cylindrical-coordinate representation of color #18E200: hue angle of 113.63º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18E200 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 226 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.11 |
| HSL | 113.63º | 1% | 0.44% | - |
| HSV(B) | 113.63º | 1% | 0.89% | - |
| XYZ | 27.57 | 54.59 | 9.08 | - |
| YUV | 139.84 | 49.08 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 0 | 0.89 | 0 | 1 | 0.11 | 113.63 | 1 | 0.44 |
| Hex | 18 | E2 | 0 | 59 | 0 | 64 | B | 72 | 64 | 2C |
| Octal | 30 | 342 | 0 | 131 | 0 | 144 | 13 | 162 | 144 | 54 |
| Binary | 11000 | 11100010 | 0 | 1011001 | 0 | 1100100 | 1011 | 1110010 | 1100100 | 101100 |
Color Harmonies of #18E200
Complementary color
Monochromatic Colors of #18E200
Black with #18E200
Text Example
Text Example
White with #18E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E200; }
p { color: rgb(24,226,0); }
H1.HeaderClassName
{
color: #18E200;
}
.AnyTagClassName
{
color: #18E200;
}
</style>
background-color css
<style>
a { background-color: #18E200; }
a { background-color: rgb(24,226,0); }
div.DivClassName
{
background-color: #18E200;
}
.BgClassName
{
background-color: #18E200;
}
</style>
border-color css
<style>
span { border-color: #18E200; }
span { border-color: rgb(24,226,0); }
td.TdClassName
{
border-color: #18E200;
}
.TagClassName
{
border-color: #18E200;
}
</style>