Shades of Free Speech Green #18ED30
Tints of Free Speech Green #18ED30
RGB
CMYK
RGB Variations
Color information
#18ED30 (or 0x18ED30) is known color: Free Speech Green. HEX triplet: 18, ED and 30. RGB value is (24,237,48). Sum of RGB (Red+Green+Blue) = 24+237+48=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #18ED30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18ED30 is #E712CF. Grayscale: #989898. Windows color (decimal): -15143632 or 3206424. OLE color: 3206424.
HSL color Cylindrical-coordinate representation of color #18ED30: hue angle of 126.76º 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 #18ED30 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 237 | 48 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.07 |
| HSL | 126.76º | 0.86% | 0.51% | - |
| HSV(B) | 126.76º | 0.9% | 0.93% | - |
| XYZ | 31.19 | 60.98 | 12.92 | - |
| YUV | 151.77 | 69.43 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 48 | 0.90 | 0 | 0.80 | 0.07 | 126.76 | 0.86 | 0.51 |
| Hex | 18 | ED | 30 | 5A | 0 | 50 | 7 | 7F | 56 | 33 |
| Octal | 30 | 355 | 60 | 132 | 0 | 120 | 7 | 177 | 126 | 63 |
| Binary | 11000 | 11101101 | 110000 | 1011010 | 0 | 1010000 | 111 | 1111111 | 1010110 | 110011 |
Color Harmonies of #18ED30
Complementary color
Monochromatic Colors of #18ED30
Black with #18ED30
Text Example
Text Example
White with #18ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ED30; }
p { color: rgb(24,237,48); }
H1.HeaderClassName
{
color: #18ED30;
}
.AnyTagClassName
{
color: #18ED30;
}
</style>
background-color css
<style>
a { background-color: #18ED30; }
a { background-color: rgb(24,237,48); }
div.DivClassName
{
background-color: #18ED30;
}
.BgClassName
{
background-color: #18ED30;
}
</style>
border-color css
<style>
span { border-color: #18ED30; }
span { border-color: rgb(24,237,48); }
td.TdClassName
{
border-color: #18ED30;
}
.TagClassName
{
border-color: #18ED30;
}
</style>