Shades of Free Speech Green #18FD2E
Tints of Free Speech Green #18FD2E
RGB
CMYK
RGB Variations
Color information
#18FD2E (or 0x18FD2E) is known color: Free Speech Green. HEX triplet: 18, FD and 2E. RGB value is (24,253,46). Sum of RGB (Red+Green+Blue) = 24+253+46=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 253 (99.22% from 255 or 78.33% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 253 - color contains mainly: green. Hex color #18FD2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FD2E is #E702D1. Grayscale: #A1A1A1. Windows color (decimal): -15139538 or 3079448. OLE color: 3079448.
HSL color Cylindrical-coordinate representation of color #18FD2E: hue angle of 125.76º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FD2E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 46 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.01 |
| HSL | 125.76º | 0.98% | 0.54% | - |
| HSV(B) | 125.76º | 0.91% | 0.99% | - |
| XYZ | 36 | 70.64 | 14.32 | - |
| YUV | 160.93 | 63.13 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 46 | 0.91 | 0 | 0.82 | 0.01 | 125.76 | 0.98 | 0.54 |
| Hex | 18 | FD | 2E | 5B | 0 | 52 | 1 | 7E | 62 | 36 |
| Octal | 30 | 375 | 56 | 133 | 0 | 122 | 1 | 176 | 142 | 66 |
| Binary | 11000 | 11111101 | 101110 | 1011011 | 0 | 1010010 | 1 | 1111110 | 1100010 | 110110 |
Color Harmonies of #18FD2E
Complementary color
Monochromatic Colors of #18FD2E
Black with #18FD2E
Text Example
Text Example
White with #18FD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FD2E; }
p { color: rgb(24,253,46); }
H1.HeaderClassName
{
color: #18FD2E;
}
.AnyTagClassName
{
color: #18FD2E;
}
</style>
background-color css
<style>
a { background-color: #18FD2E; }
a { background-color: rgb(24,253,46); }
div.DivClassName
{
background-color: #18FD2E;
}
.BgClassName
{
background-color: #18FD2E;
}
</style>
border-color css
<style>
span { border-color: #18FD2E; }
span { border-color: rgb(24,253,46); }
td.TdClassName
{
border-color: #18FD2E;
}
.TagClassName
{
border-color: #18FD2E;
}
</style>