Shades of Free Speech Green #18EC2F
Tints of Free Speech Green #18EC2F
RGB
CMYK
RGB Variations
Color information
#18EC2F (or 0x18EC2F) is known color: Free Speech Green. HEX triplet: 18, EC and 2F. RGB value is (24,236,47). Sum of RGB (Red+Green+Blue) = 24+236+47=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EC2F is #E713D0. Grayscale: #979797. Windows color (decimal): -15143889 or 3140632. OLE color: 3140632.
HSL color Cylindrical-coordinate representation of color #18EC2F: hue angle of 126.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EC2F is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 47 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.07 |
| HSL | 126.51º | 0.85% | 0.51% | - |
| HSV(B) | 126.51º | 0.9% | 0.93% | - |
| XYZ | 30.89 | 60.39 | 12.72 | - |
| YUV | 151.07 | 69.26 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 47 | 0.90 | 0 | 0.80 | 0.07 | 126.51 | 0.85 | 0.51 |
| Hex | 18 | EC | 2F | 5A | 0 | 50 | 7 | 7F | 55 | 33 |
| Octal | 30 | 354 | 57 | 132 | 0 | 120 | 7 | 177 | 125 | 63 |
| Binary | 11000 | 11101100 | 101111 | 1011010 | 0 | 1010000 | 111 | 1111111 | 1010101 | 110011 |
Color Harmonies of #18EC2F
Complementary color
Monochromatic Colors of #18EC2F
Black with #18EC2F
Text Example
Text Example
White with #18EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC2F; }
p { color: rgb(24,236,47); }
H1.HeaderClassName
{
color: #18EC2F;
}
.AnyTagClassName
{
color: #18EC2F;
}
</style>
background-color css
<style>
a { background-color: #18EC2F; }
a { background-color: rgb(24,236,47); }
div.DivClassName
{
background-color: #18EC2F;
}
.BgClassName
{
background-color: #18EC2F;
}
</style>
border-color css
<style>
span { border-color: #18EC2F; }
span { border-color: rgb(24,236,47); }
td.TdClassName
{
border-color: #18EC2F;
}
.TagClassName
{
border-color: #18EC2F;
}
</style>