Shades of Free Speech Green #18E50F
Tints of Free Speech Green #18E50F
RGB
CMYK
RGB Variations
Color information
#18E50F (or 0x18E50F) is known color: Free Speech Green. HEX triplet: 18, E5 and 0F. RGB value is (24,229,15). Sum of RGB (Red+Green+Blue) = 24+229+15=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 229 (89.84% from 255 or 85.45% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 229 - color contains mainly: green. Hex color #18E50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18E50F is #E71AF0. Grayscale: #8F8F8F. Windows color (decimal): -15145713 or 1041688. OLE color: 1041688.
HSL color Cylindrical-coordinate representation of color #18E50F: hue angle of 117.48º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18E50F is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 15 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.10 |
| HSL | 117.48º | 0.88% | 0.48% | - |
| HSV(B) | 117.48º | 0.93% | 0.9% | - |
| XYZ | 28.48 | 56.27 | 9.81 | - |
| YUV | 143.31 | 55.58 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 15 | 0.90 | 0 | 0.93 | 0.10 | 117.48 | 0.88 | 0.48 |
| Hex | 18 | E5 | F | 5A | 0 | 5D | A | 75 | 58 | 30 |
| Octal | 30 | 345 | 17 | 132 | 0 | 135 | 12 | 165 | 130 | 60 |
| Binary | 11000 | 11100101 | 1111 | 1011010 | 0 | 1011101 | 1010 | 1110101 | 1011000 | 110000 |
Color Harmonies of #18E50F
Complementary color
Monochromatic Colors of #18E50F
Black with #18E50F
Text Example
Text Example
White with #18E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E50F; }
p { color: rgb(24,229,15); }
H1.HeaderClassName
{
color: #18E50F;
}
.AnyTagClassName
{
color: #18E50F;
}
</style>
background-color css
<style>
a { background-color: #18E50F; }
a { background-color: rgb(24,229,15); }
div.DivClassName
{
background-color: #18E50F;
}
.BgClassName
{
background-color: #18E50F;
}
</style>
border-color css
<style>
span { border-color: #18E50F; }
span { border-color: rgb(24,229,15); }
td.TdClassName
{
border-color: #18E50F;
}
.TagClassName
{
border-color: #18E50F;
}
</style>