Shades of Free Speech Green #18ED2F
Tints of Free Speech Green #18ED2F
RGB
CMYK
RGB Variations
Color information
#18ED2F (or 0x18ED2F) is known color: Free Speech Green. HEX triplet: 18, ED and 2F. RGB value is (24,237,47). Sum of RGB (Red+Green+Blue) = 24+237+47=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 237 (92.97% from 255 or 76.95% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 237 - color contains mainly: green. Hex color #18ED2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18ED2F is #E712D0. Grayscale: #989898. Windows color (decimal): -15143633 or 3140888. OLE color: 3140888.
HSL color Cylindrical-coordinate representation of color #18ED2F: hue angle of 126.48º 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 #18ED2F is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 237 | 47 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.07 |
| HSL | 126.48º | 0.86% | 0.51% | - |
| HSV(B) | 126.48º | 0.9% | 0.93% | - |
| XYZ | 31.17 | 60.97 | 12.81 | - |
| YUV | 151.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 47 | 0.90 | 0 | 0.80 | 0.07 | 126.48 | 0.86 | 0.51 |
| Hex | 18 | ED | 2F | 5A | 0 | 50 | 7 | 7E | 56 | 33 |
| Octal | 30 | 355 | 57 | 132 | 0 | 120 | 7 | 176 | 126 | 63 |
| Binary | 11000 | 11101101 | 101111 | 1011010 | 0 | 1010000 | 111 | 1111110 | 1010110 | 110011 |
Color Harmonies of #18ED2F
Complementary color
Monochromatic Colors of #18ED2F
Black with #18ED2F
Text Example
Text Example
White with #18ED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ED2F; }
p { color: rgb(24,237,47); }
H1.HeaderClassName
{
color: #18ED2F;
}
.AnyTagClassName
{
color: #18ED2F;
}
</style>
background-color css
<style>
a { background-color: #18ED2F; }
a { background-color: rgb(24,237,47); }
div.DivClassName
{
background-color: #18ED2F;
}
.BgClassName
{
background-color: #18ED2F;
}
</style>
border-color css
<style>
span { border-color: #18ED2F; }
span { border-color: rgb(24,237,47); }
td.TdClassName
{
border-color: #18ED2F;
}
.TagClassName
{
border-color: #18ED2F;
}
</style>