Shades of Free Speech Green #18DF1F
Tints of Free Speech Green #18DF1F
RGB
CMYK
RGB Variations
Color information
#18DF1F (or 0x18DF1F) is known color: Free Speech Green. HEX triplet: 18, DF and 1F. RGB value is (24,223,31). Sum of RGB (Red+Green+Blue) = 24+223+31=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DF1F is #E720E0. Grayscale: #8E8E8E. Windows color (decimal): -15147233 or 2088728. OLE color: 2088728.
HSL color Cylindrical-coordinate representation of color #18DF1F: hue angle of 122.11º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DF1F is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 31 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.13 |
| HSL | 122.11º | 0.81% | 0.48% | - |
| HSV(B) | 122.11º | 0.89% | 0.87% | - |
| XYZ | 27.01 | 53.07 | 10.12 | - |
| YUV | 141.61 | 65.57 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 31 | 0.89 | 0 | 0.86 | 0.13 | 122.11 | 0.81 | 0.48 |
| Hex | 18 | DF | 1F | 59 | 0 | 56 | D | 7A | 51 | 30 |
| Octal | 30 | 337 | 37 | 131 | 0 | 126 | 15 | 172 | 121 | 60 |
| Binary | 11000 | 11011111 | 11111 | 1011001 | 0 | 1010110 | 1101 | 1111010 | 1010001 | 110000 |
Color Harmonies of #18DF1F
Complementary color
Monochromatic Colors of #18DF1F
Black with #18DF1F
Text Example
Text Example
White with #18DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DF1F; }
p { color: rgb(24,223,31); }
H1.HeaderClassName
{
color: #18DF1F;
}
.AnyTagClassName
{
color: #18DF1F;
}
</style>
background-color css
<style>
a { background-color: #18DF1F; }
a { background-color: rgb(24,223,31); }
div.DivClassName
{
background-color: #18DF1F;
}
.BgClassName
{
background-color: #18DF1F;
}
</style>
border-color css
<style>
span { border-color: #18DF1F; }
span { border-color: rgb(24,223,31); }
td.TdClassName
{
border-color: #18DF1F;
}
.TagClassName
{
border-color: #18DF1F;
}
</style>