Shades of Free Speech Green #18EA2C
Tints of Free Speech Green #18EA2C
RGB
CMYK
RGB Variations
Color information
#18EA2C (or 0x18EA2C) is known color: Free Speech Green. HEX triplet: 18, EA and 2C. RGB value is (24,234,44). Sum of RGB (Red+Green+Blue) = 24+234+44=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 234 (91.80% from 255 or 77.48% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EA2C is #E715D3. Grayscale: #969696. Windows color (decimal): -15144404 or 2943512. OLE color: 2943512.
HSL color Cylindrical-coordinate representation of color #18EA2C: hue angle of 125.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA2C is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 44 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.08 |
| HSL | 125.71º | 0.83% | 0.51% | - |
| HSV(B) | 125.71º | 0.9% | 0.92% | - |
| XYZ | 30.25 | 59.22 | 12.22 | - |
| YUV | 149.55 | 68.43 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 44 | 0.90 | 0 | 0.81 | 0.08 | 125.71 | 0.83 | 0.51 |
| Hex | 18 | EA | 2C | 5A | 0 | 51 | 8 | 7E | 53 | 33 |
| Octal | 30 | 352 | 54 | 132 | 0 | 121 | 10 | 176 | 123 | 63 |
| Binary | 11000 | 11101010 | 101100 | 1011010 | 0 | 1010001 | 1000 | 1111110 | 1010011 | 110011 |
Color Harmonies of #18EA2C
Complementary color
Monochromatic Colors of #18EA2C
Black with #18EA2C
Text Example
Text Example
White with #18EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA2C; }
p { color: rgb(24,234,44); }
H1.HeaderClassName
{
color: #18EA2C;
}
.AnyTagClassName
{
color: #18EA2C;
}
</style>
background-color css
<style>
a { background-color: #18EA2C; }
a { background-color: rgb(24,234,44); }
div.DivClassName
{
background-color: #18EA2C;
}
.BgClassName
{
background-color: #18EA2C;
}
</style>
border-color css
<style>
span { border-color: #18EA2C; }
span { border-color: rgb(24,234,44); }
td.TdClassName
{
border-color: #18EA2C;
}
.TagClassName
{
border-color: #18EA2C;
}
</style>