Shades of Free Speech Green #18EE1C
Tints of Free Speech Green #18EE1C
RGB
CMYK
RGB Variations
Color information
#18EE1C (or 0x18EE1C) is known color: Free Speech Green. HEX triplet: 18, EE and 1C. RGB value is (24,238,28). Sum of RGB (Red+Green+Blue) = 24+238+28=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 238 (93.36% from 255 or 82.07% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 238 - color contains mainly: green. Hex color #18EE1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EE1C is #E711E3. Grayscale: #969696. Windows color (decimal): -15143396 or 1895960. OLE color: 1895960.
HSL color Cylindrical-coordinate representation of color #18EE1C: hue angle of 121.12º degrees, saturation: 0.86, 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 #18EE1C is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 28 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.07 |
| HSL | 121.12º | 0.86% | 0.51% | - |
| HSV(B) | 121.12º | 0.9% | 0.93% | - |
| XYZ | 31.16 | 61.43 | 11.31 | - |
| YUV | 150.07 | 59.1 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 28 | 0.90 | 0 | 0.88 | 0.07 | 121.12 | 0.86 | 0.51 |
| Hex | 18 | EE | 1C | 5A | 0 | 58 | 7 | 79 | 56 | 33 |
| Octal | 30 | 356 | 34 | 132 | 0 | 130 | 7 | 171 | 126 | 63 |
| Binary | 11000 | 11101110 | 11100 | 1011010 | 0 | 1011000 | 111 | 1111001 | 1010110 | 110011 |
Color Harmonies of #18EE1C
Complementary color
Monochromatic Colors of #18EE1C
Black with #18EE1C
Text Example
Text Example
White with #18EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EE1C; }
p { color: rgb(24,238,28); }
H1.HeaderClassName
{
color: #18EE1C;
}
.AnyTagClassName
{
color: #18EE1C;
}
</style>
background-color css
<style>
a { background-color: #18EE1C; }
a { background-color: rgb(24,238,28); }
div.DivClassName
{
background-color: #18EE1C;
}
.BgClassName
{
background-color: #18EE1C;
}
</style>
border-color css
<style>
span { border-color: #18EE1C; }
span { border-color: rgb(24,238,28); }
td.TdClassName
{
border-color: #18EE1C;
}
.TagClassName
{
border-color: #18EE1C;
}
</style>