Shades of Free Speech Green #18EF2C
Tints of Free Speech Green #18EF2C
RGB
CMYK
RGB Variations
Color information
#18EF2C (or 0x18EF2C) is known color: Free Speech Green. HEX triplet: 18, EF and 2C. RGB value is (24,239,44). Sum of RGB (Red+Green+Blue) = 24+239+44=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF2C is #E710D3. Grayscale: #999999. Windows color (decimal): -15143124 or 2944792. OLE color: 2944792.
HSL color Cylindrical-coordinate representation of color #18EF2C: hue angle of 125.58º 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 #18EF2C is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 44 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.06 |
| HSL | 125.58º | 0.87% | 0.52% | - |
| HSV(B) | 125.58º | 0.9% | 0.94% | - |
| XYZ | 31.7 | 62.11 | 12.7 | - |
| YUV | 152.49 | 66.77 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 44 | 0.90 | 0 | 0.82 | 0.06 | 125.58 | 0.87 | 0.52 |
| Hex | 18 | EF | 2C | 5A | 0 | 52 | 6 | 7E | 57 | 34 |
| Octal | 30 | 357 | 54 | 132 | 0 | 122 | 6 | 176 | 127 | 64 |
| Binary | 11000 | 11101111 | 101100 | 1011010 | 0 | 1010010 | 110 | 1111110 | 1010111 | 110100 |
Color Harmonies of #18EF2C
Complementary color
Monochromatic Colors of #18EF2C
Black with #18EF2C
Text Example
Text Example
White with #18EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF2C; }
p { color: rgb(24,239,44); }
H1.HeaderClassName
{
color: #18EF2C;
}
.AnyTagClassName
{
color: #18EF2C;
}
</style>
background-color css
<style>
a { background-color: #18EF2C; }
a { background-color: rgb(24,239,44); }
div.DivClassName
{
background-color: #18EF2C;
}
.BgClassName
{
background-color: #18EF2C;
}
</style>
border-color css
<style>
span { border-color: #18EF2C; }
span { border-color: rgb(24,239,44); }
td.TdClassName
{
border-color: #18EF2C;
}
.TagClassName
{
border-color: #18EF2C;
}
</style>