Shades of Free Speech Green #18EF20
Tints of Free Speech Green #18EF20
RGB
CMYK
RGB Variations
Color information
#18EF20 (or 0x18EF20) is known color: Free Speech Green. HEX triplet: 18, EF and 20. RGB value is (24,239,32). Sum of RGB (Red+Green+Blue) = 24+239+32=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 239 (93.75% from 255 or 81.02% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF20 is #E710DF. Grayscale: #979797. Windows color (decimal): -15143136 or 2158360. OLE color: 2158360.
HSL color Cylindrical-coordinate representation of color #18EF20: hue angle of 122.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF20 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 32 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.06 |
| HSL | 122.23º | 0.87% | 0.52% | - |
| HSV(B) | 122.23º | 0.9% | 0.94% | - |
| XYZ | 31.5 | 62.03 | 11.68 | - |
| YUV | 151.12 | 60.77 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 32 | 0.90 | 0 | 0.87 | 0.06 | 122.23 | 0.87 | 0.52 |
| Hex | 18 | EF | 20 | 5A | 0 | 57 | 6 | 7A | 57 | 34 |
| Octal | 30 | 357 | 40 | 132 | 0 | 127 | 6 | 172 | 127 | 64 |
| Binary | 11000 | 11101111 | 100000 | 1011010 | 0 | 1010111 | 110 | 1111010 | 1010111 | 110100 |
Color Harmonies of #18EF20
Complementary color
Monochromatic Colors of #18EF20
Black with #18EF20
Text Example
Text Example
White with #18EF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF20; }
p { color: rgb(24,239,32); }
H1.HeaderClassName
{
color: #18EF20;
}
.AnyTagClassName
{
color: #18EF20;
}
</style>
background-color css
<style>
a { background-color: #18EF20; }
a { background-color: rgb(24,239,32); }
div.DivClassName
{
background-color: #18EF20;
}
.BgClassName
{
background-color: #18EF20;
}
</style>
border-color css
<style>
span { border-color: #18EF20; }
span { border-color: rgb(24,239,32); }
td.TdClassName
{
border-color: #18EF20;
}
.TagClassName
{
border-color: #18EF20;
}
</style>